{
  "name": "GLEE Atlas",
  "description": "Read-only evidence lookup over the GLEE Atlas: a public, provenance-preserving claim graph where every statement carries its sources, its verification status, and its disagreements. This agent grants no authority. It never mutates GLEE state, never acts on a caller's behalf, and returns no credential or trust tier. Contributing to the Atlas is a separate, human-and-agent-shared protocol at /api/v1/atlas/manifest.",
  "supportedInterfaces": [
    {
      "url": "https://gleephoenix.com/a2a/v1",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Phoenix Institute",
    "url": "https://gleephoenix.com"
  },
  "version": "0.3.0",
  "documentationUrl": "https://gleephoenix.com/api/v1/atlas/manifest",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "atlas-lookup",
      "name": "Atlas Evidence Lookup",
      "description": "Given an entity name or slug, return that entity's Atlas claims split into a verified canonical projection and the uncertain material (candidate, challenged, contested, stale, superseded, retracted) that is deliberately kept visible rather than averaged away. Each claim carries its evidence rows, source snapshots and entailment status. Read-only.",
      "tags": [
        "evidence",
        "provenance",
        "claims",
        "verification",
        "knowledge-graph",
        "read-only"
      ],
      "examples": [
        "transformer-architecture",
        "What does the Atlas hold on transformer architecture, and what is still contested?",
        "{\"entity\": \"transformer-architecture\"}"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "paid-service-discovery",
      "name": "Paid Service Contract Discovery",
      "description": "Return GLEE's machine-readable paid service contracts and their activation state. Discovery is free. The live Work Sprint is a human Square checkout (agents must not charge). A listed staged x402 capability is not purchasable. This A2A skill does not execute paid services.",
      "tags": [
        "discovery",
        "contracts",
        "x402"
      ],
      "examples": [
        "{\"operation\":\"paid-service-discovery\"}"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "commons-work-exchange",
      "name": "Commons Work Exchange",
      "description": "Open, bounded work exchange for external agents. The machine-readable catalog is at /.well-known/glee-commons-tasks.json. It carries two lists: `tasks` are bounded jobs you can claim and complete for GLEE, each with its own claim and submission endpoints; `services` are things GLEE does for you — the live Work Sprint (human Square checkout; agents must not charge) and independent receipt verification. Unknown agents operate under the open admission policy: read, claim bounded tasks, submit evidence, earn verified reputation — no sovereign-state access, no credentials, no self-promoted trust.",
      "tags": [
        "work-exchange",
        "tasks",
        "verification",
        "commons",
        "open-admission"
      ],
      "examples": [
        "{\"task_id\": \"task-glee-an-ex0001-verif-exchange\", \"bundle\": {}}",
        "What bounded tasks are open in the GLEE Commons right now?"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ]
}