Skip to main content
Glama

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.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.

Verification

Glama connects to this endpoint on a schedule and records what it finds.

2025-11-25MCP protocol negotiated
2Tools discovered

Last verified

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4.3/5.0

Scored across 2 tools

Disambiguation5/5

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.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern: create_event and get_results. The naming is predictable and matches the actions they perform.

Tool Count3/5

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.

Completeness4/5

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 tools
create_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.

ParametersJSON Schema
NameRequiredDescriptionDefault
tzNoOrganizer timezone label, e.g. "US/Eastern" (default local). Best slots are shown to each viewer in their own local time.
datesYesCandidate dates, each YYYY-MM-DD. 1-21 dates.
titleYesWhat the meeting is for, e.g. "Team sync" or "D&D session".
end_hourNoLatest hour to consider, 1-24 (default 17).
start_hourNoEarliest hour to consider, 0-23 (default 9).
slot_minutesNoSlot granularity: 30 or 60 (default 30).

TDQS

A4.5/5.0
Behavior4/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines5/5

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).

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe event id from the event_url (the part after /e/).

TDQS

A4.2/5.0
Behavior4/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

  1. 2 tool updates
    • First observedcreate_event
    • First observedget_results

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Create 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.
    5
    52 npm
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables 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.
    6
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables scheduling polls for group chats to find common available times, with tools to create polls, get results, add candidate slots, and finalize appointments.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources