meetwhen
Server Details
Free no-signup group scheduling (a modern When2meet): share one link, find a time for everyone.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: create_event generates a new event, while get_event retrieves event details. No functional overlap exists.
Both tools follow the consistent 'verb_noun' pattern (create_event, get_event), making them predictable and easy to use.
With only 2 tools, the set feels minimal but not unreasonable for a simple polling service. It is on the low end of the typical 3-15 range.
The tools cover the core workflow of creating and viewing events, but lack update and delete functionality, which are minor gaps for a poll-like service.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- Changed
create_event2 fields changed- changed
Input schema / properties / earliest_hour / descriptionPrevious value: -"Earliest hour of day to consider, 0-23 (default 9)."New value: +"Earliest hour of day to consider, 0-23 (default 9). Ignored when mode='day'." - added
Input schema / properties / modeAdded value: +{ + "description": "'time' (default): find an overlapping hour within a daily window. 'day': a whole-day poll — respondents just mark which dates work, no time-of-day. Use 'day' when the user only needs to pick a date.", + "enum": [ + "time", + "day" + ], + "type": "string" +}
2 tool updates
- First observed
create_event - First observed
get_event
Related MCP Connectors
Free no-signup group scheduling; share a link and rank times by who's free.
Find a time a group can meet: no-login availability poll that picks the best meeting slot.
Group meeting scheduler — rank times everyone's free across Google & Outlook, book Meet/Teams.
Group scheduling: create a plan link, mark availability, get best times, lock the final time.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenancewhen2meet-style scheduling polls — self-hostable, reverse-proxy-auth friendly, agent-first API (OpenAPI + llms.txt + MCP).MIT
- AlicenseAqualityCmaintenanceCreate scheduling polls (like Doodle) from AI agents. Find the best time for meetings, dinners, and events. 5 tools: create_poll, get_poll, vote_on_poll, get_results, finalize_poll. No authentication required.552 npm1MIT
- AlicenseAqualityCmaintenanceEnables reading and filling when2meet scheduling polls over HTTP, including computing availability from weekly schedules or calendar busy times, previewing, and submitting availability, all without browser automation or OAuth.6MIT
- FlicenseNot gradedqualityDmaintenanceAutomates meeting logistics with tools for scheduling, availability checking, slot finding, timezone conversion, and recurring date generation. Eliminates the need for custom calendar logic by providing validated time operations and formatted invitations for applications and AI assistants.-
Glama MCP Gateway
Add one secure layer between your agents and this server.