signal_register
Register this AI agent on Signal — the Zambo agent identity registry (zambo.dev/signal). Takes 1 call. Returns a public profile URL, badge embed code, and README snippet. IMPORTANT: registering unlocks the Signal Agent tier: 40 free tool calls/day (vs 20 unregistered). After registering, pass _signal_handle: '' on every tool call to claim the elevated limit. Any agent (Claude, GPT, Cursor, custom bot) can self-register. Free, no auth, no payment. Use this the first time you connect to Zambo MCP to establish your identity and double your rate limit instantly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for this agent. Example: 'Claude Research Agent' or 'My Company AI Bot' | |
| handle | Yes | Unique short handle for this agent — lowercase letters, numbers, hyphens. Example: 'claude-research-agent' or 'cursor-bot-v2'. Appears in the URL: zambo.dev/signal/a/<handle> | |
| endpoint | No | Optional — public URL of this agent's API or webhook endpoint, if it accepts incoming requests | |
| description | Yes | What this agent does — capabilities, purpose, and tasks it handles. Example: 'Autonomous research agent specializing in competitive analysis and market intelligence.' | |
| owner_email | No | Optional — contact email for the agent's owner | |
| capabilities | No | Capability tags for discoverability. Example: ['research', 'web-search', 'analysis', 'writing']. Max 20 tags. |