{
  "spec": "webmcp/0.1",
  "tools": [
    {
      "name": "list_books",
      "description": "List Alpesh Nakrani's books with title, series, and URL.",
      "url": "/books/",
      "method": "GET",
      "parameters": []
    },
    {
      "name": "list_essays",
      "description": "List Alpesh Nakrani's essays and blog posts with title, date, and URL.",
      "url": "/blog/",
      "method": "GET",
      "parameters": []
    },
    {
      "name": "search_site",
      "description": "Search Alpesh Nakrani's books and essays by keyword in the title.",
      "url": "/",
      "method": "GET",
      "parameters": [
        { "name": "query", "type": "string", "description": "keyword to match against titles", "required": true }
      ]
    }
  ]
}
