erc8004_update_agent
Update an ERC-8004 agent's metadata (name, description, services, MCP endpoint) via a wallet-confirmed write operation. Provide the agent ID and updated fields.
Instructions
Update ERC-8004 agent metadata URI (write operation, wallet + confirmation required).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Updated agent name | |
| agentId | Yes | Agent token ID to update | |
| chainId | No | Target chain ID (default from runtime config) | |
| agentURI | No | Pre-hosted URI (bypasses IPFS auto-pin) | |
| services | No | Updated services array | |
| description | No | Updated agent description | |
| mcpEndpoint | No | Updated MCP endpoint URL |