{"protocolVersion":"2024-11-05","capabilities":{"tools":{}},"serverInfo":{"name":"surf-session-finder","version":"2.0.1"},"tools":[{"name":"list_pools","description":"List all supported surf pools worldwide with their IDs, names, and locations. Always call this first to get valid pool_id values for the other tools.","inputSchema":{"type":"object","properties":{},"required":[]}},{"name":"get_session_levels","description":"Get the available session difficulty levels for a surf pool (e.g. Beginner, Intermediate, Advanced). Use the level names with find_sessions.","inputSchema":{"type":"object","properties":{"pool_id":{"type":"string","description":"Pool ID — use list_pools to get valid values"}},"required":["pool_id"]}},{"name":"find_sessions","description":"Find available surf sessions at a pool. Returns date, time, skill level, available spots, and a booking URL. Filter by level, minimum spots, or time window.","inputSchema":{"type":"object","properties":{"pool_id":{"type":"string","description":"Pool ID — use list_pools to get valid values"},"levels":{"type":"array","items":{"type":"string"},"description":"Filter to specific level names (e.g. [\"Beginner\"]). Omit to return all levels."},"hours_ahead":{"type":"number","description":"Search window in hours from now (default: 192 = 8 days)"},"min_spots":{"type":"number","description":"Minimum available spots required (default: 0)"}},"required":["pool_id"]}}]}