tool_register_agntcy_agent
Register an agent in the AGNTCY directory, making it discoverable by capability for multi-agent collaboration.
Instructions
Register an agent in the local AGNTCY-compatible directory.
Creates an AGNTCY Directory Entry with ACP-compatible profile. The agent becomes discoverable via discover_by_capability.
Args: name: Agent name (e.g. "DataAnalysisAgent") description: What the agent does capabilities: List of capabilities (e.g. ["data-analysis", "web-search"]) endpoint: URL or address where the agent is reachable organization: Optional: organization behind the agent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | Yes | ||
| capabilities | Yes | ||
| endpoint | Yes | ||
| organization | No |