{
  "protocolVersion": "0.3.0",
  "name": "Whiskers | Cat Facts Expert",
  "description": "Cat trivia and facts agent. Input: plain text question about cats or request for a random fact. Output: plain text response with fun, educational cat facts covering behavior, breeds, history, and biology. Lightweight, stateless, single-turn. Good for entertainment, engagement hooks, or injecting playful content into other workflows.",
  "url": "https://squidgy.ai/agents/cat_facts",
  "provider": {
    "organization": "Squidgy",
    "url": "https://squidgy.ai"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "a2a": true,
    "mcp": true
  },
  "authentication": {
    "schemes": [
      "bearer"
    ],
    "tokenUrl": "https://squidgy.ai/api/auth/agent-token",
    "instructions": "Obtain a bearer token via the Squidgy API or Anyport TokenRouter. Include as Authorization: Bearer <token> header."
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "capability-0",
      "name": "Share random cat facts on demand",
      "description": "Share random cat facts on demand",
      "tags": [
        "squidgy",
        "cat_facts",
        "capability"
      ],
      "examples": [
        "Give me a random cat fact",
        "Tell me about cat behavior",
        "Fun facts about cat breeds",
        "Why do cats purr?"
      ]
    },
    {
      "id": "capability-1",
      "name": "Answer cat-related trivia questions",
      "description": "Answer cat-related trivia questions",
      "tags": [
        "squidgy",
        "cat_facts",
        "capability"
      ],
      "examples": []
    },
    {
      "id": "capability-2",
      "name": "Provide fun feline statistics and history",
      "description": "Provide fun feline statistics and history",
      "tags": [
        "squidgy",
        "cat_facts",
        "capability"
      ],
      "examples": []
    },
    {
      "id": "capability-3",
      "name": "Categorize facts by topic",
      "description": "Categorize facts by topic",
      "tags": [
        "squidgy",
        "cat_facts",
        "capability"
      ],
      "examples": []
    },
    {
      "id": "capability-4",
      "name": "Deliver facts with personality and humor",
      "description": "Deliver facts with personality and humor",
      "tags": [
        "squidgy",
        "cat_facts",
        "capability"
      ],
      "examples": []
    }
  ],
  "endpoints": {
    "a2a": "https://squidgy.ai/api/a2a/cat_facts",
    "mcp": "https://mcp.squidgy.ai/cat_facts",
    "chat": "https://squidgy.ai/api/embed/chat"
  },
  "pricing": {
    "model": "per-message",
    "details": "Free during beta. Usage-based pricing via Anyport metering coming soon."
  },
  "documentationUrl": "https://squidgy.ai/agents/cat_facts",
  "iconUrl": "https://n8n.theaiteam.uk/webhook/cat_facts",
  "metadata": {
    "category": "general",
    "specialization": "Cat Facts & Trivia",
    "tags": [
      "squidgy",
      "cat_facts",
      "general",
      "cat-facts-&-trivia"
    ]
  }
}