marketplace_register_tool
Register an AI tool in the decentralized marketplace, set pricing and revenue splits, and make it discoverable to AI agents.
Instructions
Register a new AI tool in the decentralized marketplace. Define pricing, revenue splits, and make your tool discoverable to AI agents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Unique tool identifier (e.g., 'weather-premium') | |
| tags | No | Tags for discovery | |
| price | Yes | Price per call in USD (e.g., '0.001') | |
| docsUrl | No | Documentation URL | |
| category | Yes | Tool category | |
| endpoint | Yes | API endpoint URL | |
| description | Yes | Tool description | |
| displayName | Yes | Human-readable display name | |
| ownerAddress | Yes | Tool owner wallet address | |
| revenueSplit | Yes | Revenue split configuration (must total 100%) | |
| acceptedTokens | No | Accepted payment tokens | |
| supportedChains | No | Supported blockchain networks |