Search GuruWalk free tours through the GuruWalk MCP server and return bookable options by city, dates, and language. Use this skill when the user asks for free tours, walking tours, guided city tours, plans in a city, or availability of tours on specific dates.
Use the GuruWalk MCP server to search free tours:
https://guruwalk-api-44909317956.europe-southwest1.run.app/mcp
The server currently exposes one tool:
searchsearch input:
city (string): lowercase slug in English with spaces replaced by -start_date (string): yyyy-mm-ddend_date (string): yyyy-mm-ddlanguage (string): two-letter code, usually es, en, de, itsearch output:
content[0].text containing a JSON string.title, url, meetpoint_address, average_rating, duration, , guru.nameimage_urlevents[] with start_time (UTC), available_spots, languagecity to slug format:
new york -> new-yorksan sebastian -> san-sebastiansearch.content[0].text.available_spots > 0average_rating, then earlier upcoming timees for Spanish conversationen otherwiseFor each recommended tour include:
If no tours are found:
search is the only available tool; no MCP resources/prompts/templates are exposed.city with spaces (e.g. New York) can return empty results.start_date > end_date can return empty results instead of validation error.yyyy-mm-dd.title: null; handle gracefully.search toolcontent[0].text