Card snapshot
api.metagraph.sh
·
2026-08-18 00:24:37 UTC
·
18db417a2f4f90dc30585b7e1f9e3de7f6805671f0552e6f2ddbcf9369a427c5
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"protocolVersion": "0.3.0",
"name": "metagraphed",
"description": "Live operational + integration registry for Bittensor subnets. Ask grounded questions about subnets, their APIs, health, and economics; answers carry bracketed citations into the registry. The full tool surface (240 tools) is MCP at https://api.metagraph.sh/mcp -- this A2A skill is the conversational front door, not the catalogue.",
"url": "https://api.metagraph.sh/a2a/v1",
"preferredTransport": "JSONRPC",
"provider": {
"organization": "metagraphed",
"url": "https://metagraph.sh"
},
"version": "1.78.21",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"skills": [
{
"id": "ask",
"name": "Ask about the Bittensor subnet registry",
"description": "Natural-language Q&A grounded in the live registry (RAG over subnets, surfaces, health, and economics). Returns an answer with bracketed [n] citations, plus the citation records as a data part.",
"tags": [
"bittensor",
"subnets",
"registry",
"search",
"grounded-qa"
],
"examples": [
"Which subnets expose an inference API I can call today?",
"What does it cost to register a miner on subnet 3?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain",
"application/json"
]
}
],
"supportsAuthenticatedExtendedCard": false
}