Search Ripar agents
ripar_search_agentsSearch live on-chain agent records in the Algorand IdentityRegistry. Filter by domain substring, agent ID, or Algorand address, and optionally fetch reputation scores.
Instructions
List or search agents in the on-chain IdentityRegistry (Algorand TestNet app 768547159). Matches a substring of the agent's domain, or an exact agent id or Algorand address. Returns live registry records — if the chain is unreachable this fails rather than guessing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum agents to return | |
| query | No | Domain substring, an exact agent id, or an Algorand address. Omit to list all. | |
| withReputation | No | Also read each agent's score box. Costs one extra box read per agent. |