sap_discover_agents
Filter agents by protocol, capability, or capability list. Returns full agent profiles with configurable limit.
Instructions
Discover agents by protocol, capability, or capability list. Unfiltered global listing is not exposed by SDK v0.20.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of agents to return (default: 50) | |
| hydrate | No | Whether to include full hydrated agent profiles in results (default: true) | |
| protocol | No | Protocol identifier to filter agents by (e.g. "jupiter", "drift") | |
| capability | No | Single capability ID to filter agents by (e.g. "jupiter:swap") | |
| capabilities | No | Array of capability IDs to filter agents by (requires at least one) |