get_protocol_stats
Retrieve total agents, attestations, and verified identities to assess network size and activity before registering an agent.
Instructions
Get network-wide aggregate statistics: total agents, attestations, and verified identities.
Call this to answer "how big is the AVP network?" or "is the service active?"
before registering a new agent. Returns counts, not individual agent data.
NOT for individual agents — use check_reputation for a specific agent's score,
or search_agents to find agents by capability.
Read-only. No authentication required. No parameters.
Returns:
JSON with total_agents, total_attestations, verified_agents,
total_cards, and protocol version.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |