Skip to main content
Glama

Overlap — find a time a group is free (when2meet/Doodle alternative)

create_event

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.

Input Schema

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

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources