← BSV MCPInstall
Identity

bap_updateProfile

Publish a BAP profile using the selected identity wallet

Read as Markdown

Result

An MCP result containing the operation outcome as text, with structured content where supplied. Check isError before using it; an output schema is shown when registered.

Permissions

This operation can change wallet, account or service state. A connected wallet applies its own permissions. Guarded broadcasts also require broadcasting to be enabled; service authorization is separate from wallet approval.

Inputs and availability

full catalog · Local Vault · broadcasting disabled; Local Vault · all roles; Local Vault + sponsor

Full tool description

Publish a BAP profile using the selected identity wallet. Publishes its initial identity if needed. Profile data becomes public on chain.

FieldType / requiredDescription
profileobject
Required
See schema for details.

Nested fields are required only when their parent object or array item is supplied.

Full input schema
{
  "type": "object",
  "properties": {
    "profile": {
      "type": "object",
      "propertyNames": {
        "type": "string"
      },
      "additionalProperties": {}
    }
  },
  "required": [
    "profile"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}