{
  "protocolVersion": "0.3.0",
  "name": "Pic2Quote",
  "description": "Retrieve and search Pic2Quote's editorial content (articles, comparisons, reviews, guides).",
  "url": "https://pic2quote.com/search",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://pic2quote.com/search",
      "transport": "HTTP+JSON"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://pic2quote.com/search",
      "transport": "HTTP+JSON"
    }
  ],
  "provider": {
    "organization": "Pic2Quote",
    "url": "https://pic2quote.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://pic2quote.com/llms-full.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/markdown",
    "text/html"
  ],
  "security": [],
  "skills": [
    {
      "id": "search_content",
      "name": "Search content",
      "description": "Full-text search across Pic2Quote's published content.",
      "tags": [
        "search",
        "content",
        "retrieval"
      ],
      "examples": [
        "Search Pic2Quote for a topic"
      ]
    },
    {
      "id": "read_markdown",
      "name": "Read as markdown",
      "description": "Fetch any content page as clean markdown by appending .md to its URL.",
      "tags": [
        "markdown",
        "read"
      ],
      "examples": [
        "Fetch an article as markdown"
      ]
    }
  ],
  "contact": "contact@pic2quote.com"
}