Overlap — find a time a group is free (when2meet/Doodle alternative)
Server Details
Free no-login group availability poll; reads back the best meeting time for a group.
Verification
Glama connects to this endpoint on a schedule and records what it finds.
Last verified
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: create_event initiates a new scheduling event, while get_results retrieves responses for an existing event. There is no overlap or ambiguity between them.
Both tools follow a consistent verb_noun pattern: create_event and get_results. The naming is predictable and matches the actions they perform.
With only two tools, the server feels minimal but not unreasonable for its narrow purpose. It covers the core agent workflow of creating an event and reading results, though it is on the thin side.
The core scheduling workflow is covered: creating an event and retrieving overlapping availability. Missing update/delete/list operations are minor gaps since participant responses are handled via the public web link, not through the MCP interface.
Available Tools
2 toolscreate_eventAInspect
Create a free group-scheduling event (a when2meet/Doodle alternative) and get a shareable link. Use this when a human asks you to find a time for a group to meet. Returns a public event_url anyone can open with no login to paint when they're free. Then call get_results to see the time slot the most people overlap.
| Name | Required | Description | Default |
|---|---|---|---|
| tz | No | Organizer timezone label, e.g. "US/Eastern" (default local). Best slots are shown to each viewer in their own local time. | |
| dates | Yes | Candidate dates, each YYYY-MM-DD. 1-21 dates. | |
| title | Yes | What the meeting is for, e.g. "Team sync" or "D&D session". | |
| end_hour | No | Latest hour to consider, 1-24 (default 17). | |
| start_hour | No | Earliest hour to consider, 0-23 (default 9). | |
| slot_minutes | No | Slot granularity: 30 or 60 (default 30). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden of disclosing behavior. It reveals that the event is public, requires no login for viewers, and returns a shareable event_url. It does not mention persistence, expiration, or access-control caveats, but the core behavioral traits are clearly stated.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences with no filler. The purpose is front-loaded, the usage trigger comes second, and the return value plus follow-up action are stated last. Every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with six parameters, no annotations, and no output schema, the description gives the essential call context, return shape, and next-step routing. The agent knows what to do, what to expect back, and how to continue the workflow.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the parameters are already fully documented by the input schema. The description adds context around the overall workflow but does not need to restate parameter meanings; baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource: 'Create a free group-scheduling event ... and get a shareable link.' It also positions the tool as a when2meet/Doodle alternative and clearly distinguishes it from the sibling by instructing to call get_results afterward for overlap results.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicit trigger: 'Use this when a human asks you to find a time for a group to meet.' It also gives the next step ('Then call get_results'), which effectively routes the agent through the two-step workflow without ambiguity.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_resultsAInspect
Read the current responses for an Overlap event and get the best meeting times (the slots where the most people are free). Pass the event id (the code after /e/ in the event_url).
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The event id from the event_url (the part after /e/). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden of behavioral disclosure. The word 'Read' signals a non-mutating operation, and the description explains what kind of result is returned ('the slots where the most people are free'). It does not detail edge cases like an event with no responses, but for a simple read tool this is adequate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences deliver the core purpose and the necessary parameter guidance with no filler. The description is front-loaded with what the tool does, and the id extraction hint is placed immediately after.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter read tool with no output schema, the description covers what is needed to invoke it correctly: the purpose, the result concept, and the source of the id. It could mention exact return formatting or empty-result behavior, but these are minor gaps for such a simple operation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% and already explains the id as 'the event id from the event_url (the part after /e/)'. The prose description repeats this same guidance, adding no new semantic meaning beyond the schema, so the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses specific verbs ('Read', 'get') and identifies the resource ('responses for an Overlap event', 'best meeting times'). It clearly defines the tool's function and distinguishes it from the only sibling, create_event, which is a creation operation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for when the tool is used—reading current responses and computed best times—and even explains how to supply the required id from the event_url. It does not explicitly state when not to use it, but the sibling tool is a create operation, so no true alternative exists for this read task.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- First observed
create_event - First observed
get_results
Related MCP Connectors
Find a time a group can meet: no-login availability poll that picks the best meeting slot.
Free no-signup group scheduling; share a link and rank times by who's free.
Group scheduling: create a plan link, mark availability, get best times, lock the final time.
Free no-signup group scheduling (a modern When2meet): share one link, find a time for everyone.
Related MCP Servers
- 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
- AlicenseNot gradedqualityAmaintenancewhen2meet-style scheduling polls — self-hostable, reverse-proxy-auth friendly, agent-first API (OpenAPI + llms.txt + MCP).MIT
- FlicenseNot gradedqualityDmaintenanceEnables scheduling polls for group chats to find common available times, with tools to create polls, get results, add candidate slots, and finalize appointments.-
Glama MCP Gateway
Add one secure layer between your agents and this server.