sap_list_all_agents
Enumerate SAP AgentAccount PDAs directly from on-chain program accounts to list all agents in the SAP ecosystem.
Instructions
Enumerate SAP AgentAccount PDAs directly from the on-chain program account set. Use this for current global directory requests such as "list all agents in the SAP ecosystem rn".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return. Defaults to 100; hard-capped at 500. | |
| offset | No | Zero-based pagination offset. Defaults to 0. | |
| protocol | No | Optional protocol filter matched against agent profile protocols and protocol-index membership. | |
| capability | No | Optional capability ID filter such as jupiter:swap. | |
| includeInactive | No | Include inactive agents. Defaults to false. | |
| includeProtocolIndexes | No | Include compact protocol index summaries. Defaults to true. |