Skip to main content
Glama

request_booking

Book a meeting on a public calendar using a user's Temporal Link slug. Requires your email for invitation. Verifies slot availability and prevents conflicts.

Instructions

Book a meeting on another user's public calendar by their Temporal Link slug. Requires attendee_email. Content sanitization and Two-Phase Commit happen server-side. If the slot is taken, returns a 409 Conflict error — query availability again. Requires Platform Mode.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesTemporal Link slug (e.g., "jane-doe").
startYesStart time for the booking (RFC 3339 datetime string).
endYesEnd time for the booking (RFC 3339 datetime string).
titleYesMeeting title.
attendee_emailYesYour email address (required for the calendar invitation).
attendee_nameNoYour display name (optional).
descriptionNoOptional meeting description.

Implementation Reference

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond annotations (readOnlyHint=false, destructiveHint=false), the description discloses content sanitization, two-phase commit, and 409 error behavior. This adds significant behavioral context not captured in annotations.

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?

The description is extremely concise with two substantive sentences, front-loading the core purpose. Every sentence adds value with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers purpose, requirements, error handling, and server-side processes. However, it omits the response format (e.g., success indicators) and does not clarify the distinction from the sibling 'book_slot', leaving some gaps.

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 coverage is 100%, so baseline is 3. The description adds no per-parameter details beyond what the schema already provides, but does not detract from it.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool books a meeting using a Temporal Link slug, with the verb 'Book' and resource clearly identified. However, it does not differentiate from the sibling tool 'book_slot', limiting its distinctiveness.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions 'Requires Platform Mode' and advises querying availability on 409 conflict, providing some usage context. However, it lacks explicit guidance on when to use this tool versus alternatives like 'book_slot' or 'check_availability'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/temporal-cortex/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server