Skip to content
Back to Challenge the Footage

Card snapshot

challengethefootage.com · 2026-08-08 11:09:26 UTC · 3882e990448942a4c9ecd098978ca1b7fe9fafbb0568e8e55bd6765559ff3a17

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": "Challenge the Footage",
  "description": "Generate legal document templates challenging surveillance camera / ALPR evidence under FRE 901, FRE 702, the Fourth Amendment, and 42 U.S.C. \u00a7 1983. Not legal advice \u2014 attorney review required.",
  "version": "1.0.0",
  "url": "https://challengethefootage.com/",
  "provider": {
    "organization": "Challenge the Footage / ClawQL",
    "url": "https://challengethefootage.com"
  },
  "documentationUrl": "https://challengethefootage.com/AGENTS.md",
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json",
    "text/markdown"
  ],
  "supported_interfaces": [
    {
      "url": "https://challengethefootage.com/openapi.json",
      "protocol_binding": "REST",
      "protocol_version": "3.1"
    },
    {
      "url": "https://challengethefootage.com/",
      "protocol_binding": "HTTPS",
      "protocol_version": "1.1"
    },
    {
      "url": "https://clawql.com/mcp",
      "protocol_binding": "HTTP",
      "protocol_version": "2025-11-25"
    }
  ],
  "supportedInterfaces": [
    {
      "url": "https://challengethefootage.com/openapi.json",
      "protocol_binding": "REST",
      "protocol_version": "3.1"
    },
    {
      "url": "https://challengethefootage.com/",
      "protocol_binding": "HTTPS",
      "protocol_version": "1.1"
    },
    {
      "url": "https://clawql.com/mcp",
      "protocol_binding": "HTTP",
      "protocol_version": "2025-11-25"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {
    "googleIdToken": {
      "type": "http",
      "scheme": "bearer",
      "bearerFormat": "JWT",
      "description": "Google Sign-In ID token (see auth.md)"
    }
  },
  "security": [
    {
      "googleIdToken": []
    }
  ],
  "skills": [
    {
      "id": "generate_challenge_docs",
      "name": "Generate surveillance challenge documents",
      "description": "Produce FRE 901, FRE 702, Fourth Amendment, and \u00a71983 templates for a named vendor and case.",
      "tags": [
        "legal",
        "surveillance",
        "alpr",
        "fre901"
      ],
      "examples": [
        "Generate Flock Safety FRE 901 and Daubert motions for case 24-CR-001"
      ]
    }
  ],
  "openApiUrl": "https://challengethefootage.com/openapi.json",
  "skillsUrl": "https://challengethefootage.com/.well-known/agent-skills/index.json",
  "metadata": {
    "mcpServerCard": "https://challengethefootage.com/.well-known/mcp/server-card.json",
    "authMd": "https://challengethefootage.com/auth.md",
    "llmsTxt": "https://challengethefootage.com/llms.txt"
  }
}