{
  "$schema": "https://raw.githubusercontent.com/cloudflare/agent-skills-discovery-rfc/refs/heads/main/schema.json",
  "skills": [
    {
      "name": "get-local-news",
      "type": "tool",
      "description": "Fetch local news articles from Erftstadt.Today with filtering by category, city, and date",
      "url": "/functions/getMarkdownForAgents",
      "sha256": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0u1v2w3x4y5z6"
    },
    {
      "name": "get-business-listings",
      "type": "tool",
      "description": "Retrieve local business directory listings with contact information and categories",
      "url": "/functions/getMarkdownForAgents",
      "sha256": "b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0u1v2w3x4y5z6a1"
    },
    {
      "name": "get-club-directory",
      "type": "tool",
      "description": "Access directory of local clubs and associations (Vereine) with contact details",
      "url": "/functions/getMarkdownForAgents",
      "sha256": "c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0u1v2w3x4y5z6a1b2"
    },
    {
      "name": "get-events-calendar",
      "type": "tool",
      "description": "Fetch local events and appointments from the city calendar",
      "url": "/functions/getMarkdownForAgents",
      "sha256": "d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0u1v2w3x4y5z6a1b2c3"
    },
    {
      "name": "mcp-server",
      "type": "server",
      "description": "Model Context Protocol server for structured access to local city data",
      "url": "/.well-known/mcp/server-card.json",
      "sha256": "e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0u1v2w3x4y5z6a1b2c3d4"
    }
  ]
}
