list_registry
Browse the full Aidress agent registry with pagination. Results include trust scores, verification status, and flags so you can judge each agent's trustworthiness at a glance.
Instructions
Browse all agents in the Aidress registry, paginated. Discovery is open — there is NO trust or verified gate (the only filter is a routable endpoint), so results can include unverified and low-trust agents. Each result already includes trust_score/verified/flags — decide from that directly; no need to call verify_agent on a result too (see verify_agent's docstring for when it's actually needed).
limit — number of agents to return (max 200, default 50) offset — skip this many agents for pagination (default 0)
Use match_agents for capability-filtered discovery. Use this for browsing the full registry or building an index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |