marketplace_update_tool
Update an existing tool's settings such as pricing, description, tags, or docs URL. Only the owner can apply changes by providing their wallet address.
Instructions
Update an existing tool's settings (pricing, description, etc.). Only the tool owner can update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | New tags | |
| price | No | New price per call | |
| toolId | Yes | The tool ID to update | |
| docsUrl | No | New documentation URL | |
| description | No | New description | |
| displayName | No | New display name | |
| callerAddress | Yes | Your wallet address (must be owner) |