{
  "base_url": "https://pickleball3.com",
  "description": "Static discovery manifest for Pickleball3 HTML, Markdown, JSON, search, feed, URL and paddle-review exports.",
  "entrypoints": {
    "api_index": "https://pickleball3.com/data/api-index.json",
    "feed": "https://pickleball3.com/feed.xml",
    "llms": "https://pickleball3.com/llms.txt",
    "llms_full": "https://pickleball3.com/llms-full.txt",
    "mcp": "https://pickleball3.com/mcp",
    "mcp_catalog": "https://pickleball3.com/data/mcp/catalog.json",
    "mcp_snapshot": "https://pickleball3.com/data/mcp/snapshot.json",
    "paddles": "https://pickleball3.com/paddles.json",
    "sitemap": "https://pickleball3.com/sitemap.xml",
    "urls": "https://pickleball3.com/urls.txt"
  },
  "name": "Pickleball3 machine-readable exports",
  "schema_version": 1,
  "tools": [
    {
      "name": "list_pages",
      "type": "static_json",
      "url": "https://pickleball3.com/data/api-index.json"
    },
    {
      "name": "search_index",
      "type": "static_json",
      "url": "https://pickleball3.com/data/search-index.en.json"
    },
    {
      "name": "get_page_json",
      "type": "static_json_pattern",
      "url_pattern": "https://pickleball3.com/data/pages/{id}.json"
    },
    {
      "name": "get_page_markdown",
      "type": "static_markdown_pattern",
      "url_pattern": "https://pickleball3.com/{page_path}index.md"
    },
    {
      "name": "list_paddles",
      "type": "static_json",
      "url": "https://pickleball3.com/paddles.json"
    },
    {
      "name": "pickleball3_mcp",
      "type": "mcp_streamable_http",
      "url": "https://pickleball3.com/mcp"
    }
  ]
}
