{
  "description": "Registers caller-declared delivery checks, observes supplied public results and returns a verifiable retained receipt.",
  "endpoint": "https://www.gaipagents.com/mcp/agents/witness",
  "name": "io.github.tjcgraham-rgb/gaip-witness",
  "protocolVersion": "2025-06-18",
  "publication": {
    "acceptanceNotImplied": true,
    "descriptorLive": true,
    "officialMcpRegistry": "PENDING_INDIVIDUAL_REGISTRY_ACCEPTANCE"
  },
  "repository": {
    "source": "github",
    "url": "https://github.com/tjcgraham-rgb/-gaip-agent-to-art-prototype"
  },
  "schema_version": "gaip.agent-mcp-descriptor.v1",
  "title": "GAIP Witness Agent",
  "tools": [
    {
      "annotations": {
        "destructiveHint": false,
        "openWorldHint": false,
        "readOnlyHint": false
      },
      "description": "Register caller-declared checks for a public HTTPS service. This does not verify seller agreement or payment.",
      "inputSchema": {
        "properties": {
          "checks": {
            "maxItems": 8,
            "minItems": 1,
            "type": "array"
          },
          "data_classification": {
            "enum": [
              "PUBLIC",
              "NON_PERSONAL_PUBLIC"
            ]
          },
          "seller_ref": {
            "type": "string"
          },
          "service_url": {
            "type": "string"
          }
        },
        "required": [
          "data_classification",
          "seller_ref",
          "service_url",
          "checks"
        ],
        "type": "object"
      },
      "name": "witness_register_terms"
    },
    {
      "annotations": {
        "destructiveHint": false,
        "openWorldHint": true,
        "readOnlyHint": true
      },
      "description": "Compare a registered caller assertion against a later public replay or submitted public response. Unknown when evidence is unavailable; no original transaction or seller agreement proof.",
      "inputSchema": {
        "additionalProperties": true,
        "properties": {
          "body": {
            "maxLength": 32768,
            "type": "string"
          },
          "body_sha256": {
            "type": "string"
          },
          "content_type": {
            "type": "string"
          },
          "continuity_handle": {
            "additionalProperties": false,
            "properties": {
              "continuity_id": {
                "type": "string"
              },
              "token": {
                "type": "string"
              }
            },
            "required": [
              "continuity_id",
              "token"
            ],
            "type": "object"
          },
          "data_classification": {
            "enum": [
              "PUBLIC",
              "NON_PERSONAL_PUBLIC"
            ],
            "type": "string"
          },
          "episode_id": {
            "type": "string"
          },
          "http_status": {
            "type": "integer"
          },
          "independent_operator_id": {
            "type": "string"
          },
          "mode": {
            "enum": [
              "BUYER_SUBMITTED",
              "PUBLIC_REPLAY"
            ],
            "type": "string"
          },
          "synthetic": {
            "type": "boolean"
          },
          "terms_id": {
            "type": "string"
          }
        },
        "required": [
          "data_classification",
          "terms_id",
          "mode"
        ],
        "type": "object"
      },
      "name": "witness_delivery",
      "title": "Check public delivery evidence"
    }
  ],
  "transport": "streamable-http",
  "version": "1.0.0"
}