{
  "protocolVersion": "0.3.0",
  "name": "Jarrett Stanley content agent",
  "description": "Answers questions from the published content of jarrettstanley.com: articles on AI in mortgage marketing, glossary definitions, AI tool roundups, campaign teardowns, role playbooks, and Jarrett Stanley's speaking and consulting terms. Read-only; it returns citations, never commitments.",
  "url": "https://jarrettstanley.com/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "documentationUrl": "https://jarrettstanley.com/llms.txt",
  "iconUrl": "https://jarrettstanley.com/assets/images/JS-Logo.png",
  "provider": {
    "organization": "Jarrett Stanley",
    "url": "https://jarrettstanley.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {},
  "security": [],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "search-site-content",
      "name": "Search published content",
      "description": "Find and quote the pages of jarrettstanley.com that answer a question about AI in mortgage marketing, with canonical URLs for citation.",
      "tags": [
        "search",
        "mortgage",
        "ai-marketing",
        "research"
      ],
      "examples": [
        "What does Jarrett Stanley say about AI lead scoring?",
        "Which AI tools does he recommend for mortgage email marketing?",
        "Find a campaign example with metrics for lead nurturing."
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "text/markdown"
      ]
    },
    {
      "id": "speaking-and-consulting-details",
      "name": "Speaking and consulting details",
      "description": "Report speaking topics, session formats, past engagements, consulting focus areas, and engagement models, and point to the right contact pathway. Fees are quoted per engagement and are never stated by this agent.",
      "tags": [
        "speaking",
        "consulting",
        "booking"
      ],
      "examples": [
        "What formats does Jarrett Stanley speak in?",
        "How do consulting engagements work?",
        "How do I submit a speaking request?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "text/markdown"
      ]
    }
  ]
}