{
  "$schema": "https://a2a-protocol.org/v0.3.0/schema/agent-card.json",
  "protocolVersion": "0.3.0",
  "name": "The Citadel Lead Photo Guide",
  "description": "Public, read-only guide to lead-photo clarity and the value-first path into a private profile audit.",
  "url": "https://thecitadelapp.com/api/a2a/lead-photo",
  "preferredTransport": "JSONRPC",
  "additionalInterfaces": [
    {
      "url": "https://thecitadelapp.com/api/a2a/lead-photo",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "The Citadel",
    "url": "https://thecitadelapp.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://thecitadelapp.com/lead-photo-dating-app",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "skills": [
    {
      "id": "lead-photo-guide",
      "name": "Lead Photo Dating App Guide",
      "description": "Returns the public lead-photo guide, value-first path, and strict boundaries. Read-only; no media or personalized audit is accepted.",
      "tags": ["lead photo", "dating profile", "profile audit"],
      "examples": [
        "What does The Citadel's lead photo guide cover?",
        "What can an agent do before a private profile audit?"
      ],
      "inputModes": ["text/plain", "application/json"],
      "outputModes": ["application/json"]
    }
  ]
}
