sap_list_agents
Find SAP agents by protocol or capability. Filter with capability arrays, hydrate profiles, and set result limits.
Instructions
Compatibility alias for filtered SAP agent discovery. Requires protocol or capability. Use sap_list_all_agents for a global on-chain directory snapshot.
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) |