Skip to content
Back to TQP AI Receptionist Test Agent

Card snapshot

www.thequietprotocol.com · 2026-08-16 00:11:34 UTC · efab1bd0528c915c64116805d884b66f04953fdb173477dae74693edc237489d

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.

{
  "name": "TQP AI Receptionist Test Agent",
  "description": "Prepares two business-specific pressure-test scenarios and a fair listening rubric for The Quiet Protocol's live AI receptionist demo.",
  "supportedInterfaces": [
    {
      "url": "https://www.thequietprotocol.com/api/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "The Quiet Protocol",
    "url": "https://www.thequietprotocol.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://www.thequietprotocol.com/demo",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {},
  "securityRequirements": [],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "prepare-ai-receptionist-pressure-test",
      "name": "Prepare AI Receptionist Pressure Test",
      "description": "Turns a business type, common caller need, and optional pressure type into two scenarios to try on the live AI line.",
      "tags": [
        "ai receptionist",
        "voice agent",
        "call handling",
        "small business",
        "live demo"
      ],
      "examples": [
        "Business type: HVAC company\nCaller need: furnace stopped after hours\nStress case: urgency",
        "Business type: Dental practice\nCaller need: emergency appointment\nStress case: booking"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ]
}