{
  "$comment": "A2A Agent Card. Describes the agent-to-agent service at https://tonyadamsmba.com/a2a.",
  "protocolVersion": "0.3.0",
  "name": "Tony Adams, MBA — Profile Agent",
  "version": "1.0.0",
  "description": "An agent-to-agent interface for the professional profile of Tony Adams, MBA — CEO & Founder of PresEngage and Truvisory. Answers questions about his background, expertise, credentials, and how to get in touch, returning both natural-language replies and structured data.",
  "url": "https://tonyadamsmba.com/a2a",
  "preferredTransport": "JSONRPC",
  "iconUrl": "https://tonyadamsmba.com/favicon.ico",
  "documentationUrl": "https://tonyadamsmba.com/llms.txt",
  "provider": {
    "organization": "Truvisory",
    "url": "https://truvisory.com"
  },
  "supportedInterfaces": [
    {
      "url": "https://tonyadamsmba.com/a2a",
      "transport": "JSONRPC",
      "serviceUrl": "https://tonyadamsmba.com/a2a",
      "transportProtocol": "JSONRPC"
    }
  ],
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "get-profile",
      "name": "Get Profile",
      "description": "Return the professional profile of Tony Adams — roles, expertise, education, credentials, awards, languages, military service, and socials.",
      "tags": ["profile", "bio", "experience", "background"],
      "examples": ["Tell me about Tony Adams", "What is Tony Adams's background and expertise?"]
    },
    {
      "id": "get-contact",
      "name": "Get Contact Info",
      "description": "Return the best ways to reach Tony Adams: email, a prefilled mailto link, LinkedIn, and X.",
      "tags": ["contact", "email", "connect"],
      "examples": ["How can I contact Tony Adams?", "What is Tony's email?"]
    },
    {
      "id": "get-resume",
      "name": "Get Résumé",
      "description": "Return the URL of Tony Adams's résumé.",
      "tags": ["resume", "cv"],
      "examples": ["Share Tony Adams's resume", "Where can I see Tony's CV?"]
    }
  ]
}
