Skip to main content
Glama

pitchiq_v1_booking_book_guest_slot

Book a confirmed guest slot on a PitchIQ host's PUBLIC booking calendar (Calendly-style). Outcome-priced — you pay per confirmed booking. Re-checks slot availability, sends the confirmation email, and pushes to the host's Google Calendar when connected. Find bookable hosts via discover_search_podcasts. x402-payable; no PAT required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
start_atYesSlot start (ISO-8601 UTC). Must be a currently-free slot on the host's calendar — re-checked before insert.
host_handleYesThe PitchIQ host's PUBLIC booking handle (e.g. from discover_search_podcasts). Books on THEIR public calendar, not yours.
attendee_nameYesName of the guest being booked (the agent's principal).
attendee_emailYesGuest email — receives the confirmation + cancel link.
attendee_notesNoPitch / context the host sees alongside the booking.
duration_minutesNoMeeting length. Default 30.

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses key behaviors: outcome-priced, re-checks availability, sends confirmation email, pushes to Google Calendar, and is payable with x402 tokens. This gives a solid understanding of side effects and constraints for a write operation.

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 a single, well-structured paragraph of 4 sentences. It front-loads the core purpose, then efficiently adds pricing, side effects, and prerequisites. No extraneous words; every sentence earns its place.

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 tool with 6 parameters, no output schema, and no annotations, the description covers the primary action, prerequisites, payment model, and key side effects. It does not describe return values, but that is partially mitigated by the clear outcome. A brief note on what the tool returns would make it fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with detailed parameter descriptions. The description adds contextual value beyond the schema (e.g., host_handle from discover_search_podcasts, attendee_email receives confirmation link, duration default 30). This elevates it above baseline 3.

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 clearly states the action ('Book a confirmed guest slot'), the specific resource ('PitchIQ host's PUBLIC booking calendar'), and the style ('Calendly-style'). It distinguishes from all sibling tools, which are search/index/brain/commerce tools, not booking tools.

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 mentions a prerequisite ('Find bookable hosts via discover_search_podcasts') and cost model ('x402-payable; no PAT required'). It implicitly indicates when to use (for confirmed slots) but does not explicitly state when not to use or compare to alternatives. Clear, but not exhaustive.

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.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool has a distinct purpose covering booking, brain access, commerce quoting, and three separate discovery searches (creators, curators, podcasts). No two tools overlap in functionality, making selection unambiguous.

Naming Consistency5/5

All tools follow the pattern 'pitchiq_v1_<category>_<action>', with consistent snake_case and clear categorization (booking, brain, commerce, discover). Actions are descriptive and uniform within categories.

Tool Count5/5

Eight tools cover the server's apparent scope (booking, knowledge graph, discovery) without redundancy or omission. The count is well-scoped for the intended use cases.

Completeness3/5

While booking and discovery are reasonably complete, the brain component lacks write operations (create/update wiki pages), which limits agent ability to modify knowledge. The surface feels slightly incomplete for full workspace management.

Resources