{"skill":{"slug":"guruwalk-free-tours","displayName":"GuruWalk Free Tours Search","summary":"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.","description":"---\nname: guruwalk-free-tours\ndescription: >\n  Search GuruWalk free tours through the GuruWalk MCP server and return bookable options\n  by city, dates, and language. Use this skill when the user asks for free tours, walking\n  tours, guided city tours, plans in a city, or availability of tours on specific dates.\n---\n\n# GuruWalk Free Tours\n\nUse the GuruWalk MCP server to search free tours:\n\n`https://guruwalk-api-44909317956.europe-southwest1.run.app/mcp`\n\nThe server currently exposes one tool:\n\n- `search`\n\n## Tool Contract\n\n`search` input:\n\n- `city` (string): lowercase slug in English with spaces replaced by `-`\n- `start_date` (string): `yyyy-mm-dd`\n- `end_date` (string): `yyyy-mm-dd`\n- `language` (string): two-letter code, usually `es`, `en`, `de`, `it`\n\n`search` output:\n\n- Tool returns `content[0].text` containing a JSON string.\n- Parse that string to get an array of tours.\n- Each tour contains:\n  - `title`, `url`, `meetpoint_address`, `average_rating`, `duration`, `guru.name`, `image_url`\n  - `events[]` with `start_time` (UTC), `available_spots`, `language`\n\n## Execution Workflow\n\n1. Determine city, date range, and preferred language from user request.\n2. Normalize `city` to slug format:\n   - `new york` -> `new-york`\n   - `san sebastian` -> `san-sebastian`\n3. Use valid ISO dates for both fields.\n4. Call `search`.\n5. Parse JSON from `content[0].text`.\n6. Filter and rank results for user-facing output:\n   - keep only events with `available_spots > 0`\n   - prioritize events matching requested language when possible\n   - prefer higher `average_rating`, then earlier upcoming time\n7. Return concise options with booking URL and next available slots.\n\n## Defaults\n\n- If user does not specify language, use:\n  - `es` for Spanish conversation\n  - `en` otherwise\n- If user does not specify dates, ask for dates before calling the tool.\n- If date intent is relative, convert to explicit dates before calling.\n\n## Response Format to User\n\nFor each recommended tour include:\n\n- Tour title\n- Rating\n- Duration\n- Guide name\n- Meeting point\n- 1-3 next available sessions (with timezone label)\n- Booking URL\n\nIf no tours are found:\n\n- explain that no availability was returned for the given city/date range\n- propose adjusting one variable at a time: city slug, dates, or language\n\n## Observed Edge Cases (from live MCP inspection)\n\n- `search` is the only available tool; no MCP resources/prompts/templates are exposed.\n- `city` with spaces (e.g. `New York`) can return empty results.\n- `start_date > end_date` can return empty results instead of validation error.\n- Non-ISO dates can still be accepted by backend, but always send ISO `yyyy-mm-dd`.\n- Some locale/language combinations can return tours with `title: null`; handle gracefully.\n\n## Validation Notes\n\n- Keep executable validation commands outside this skill file.\n- Validate behavior by confirming:\n  - the MCP server exposes the `search` tool\n  - search results arrive as a JSON string in `content[0].text`\n","tags":{"latest":"1.0.1"},"stats":{"comments":0,"downloads":1423,"installsAllTime":0,"installsCurrent":0,"stars":1,"versions":2},"createdAt":1770639172320,"updatedAt":1778486231449},"latestVersion":{"version":"1.0.1","createdAt":1770640202607,"changelog":"No feature or code changes; documentation updated for clarity.\n\n- Moved CLI validation commands out of the main skill documentation into a \"Validation Notes\" section.\n- Clarified validation procedure and tool exposure details.\n- No modifications to tool contract, workflow, or feature behavior.","license":null},"metadata":null,"owner":{"handle":"gdanielwalk","userId":"s17bdmxf5whjfpqxwzmaskfcvs8850nf","displayName":"gdanielwalk","image":"https://avatars.githubusercontent.com/u/183401345?v=4"},"moderation":null}