Skip to main content
Glama
rooquiz

RooQuiz

review_booking

Review pending bookings by approving to confirm and release the meeting address, or declining with an optional reason to notify the attendee.

Instructions

Approve or decline a pending booking request of the current team. Approving turns it into a confirmed meeting and sends the attendee the confirmation with the meeting address; declining sends a short "not approved" note with the optional reason. Only works on a booking whose status is pending, and a request whose meeting time has already passed can only be declined. On approval you may set the meeting link / instructions for this one meeting (leave empty to fall back to the team-level settings). Only the team owner / admin or the lead owner can review.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
decisionYesapprove = confirm the meeting and release the address; decline = reject the request
bookingIdYesThe booking id (the bookingId returned by list_bookings)
meetingLinkNoApprove only: the meeting URL for this meeting. Empty falls back to the team setting.
declineReasonNoDecline only: the reason shown to the attendee, max 500 chars. Optional.
meetingInstructionsNoApprove only: how to join / what to prepare, max 1000 chars. Empty falls back to the team setting.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoscheduled after approving, cancelled after declining
bookingIdNoThe booking that was reviewed
reviewedAtNoISO datetime of the review

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior5/5

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

Beyond annotations (readOnlyHint=false, destructiveHint=false), the description discloses the key side effects: confirming the meeting, sending the confirmation with the meeting address, sending a decline note, optionally using meeting link/instructions with team-level fallback, and permission restrictions. This is exactly the behavioral context an agent needs for a mutating, externally-visible action.

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 dense but well-structured, with the core action front-loaded and every clause carrying operational meaning. It avoids filler and packs preconditions, side effects, parameter exceptions, fallback behavior, and authorization into a compact block.

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 state-changing booking review tool, it covers preconditions, decision outcomes, email notifications, parameter-specific behavior, fallback semantics, and authorization. With an output schema present, return-value documentation is not required, and nothing critical to selecting or invoking the tool is missing.

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%, so the baseline is 3. The description adds useful cross-parameter meaning by tying decision=approve to address release and meetingLink/meetingInstructions, and decision=decline to declineReason, while clarifying fallback behavior. This adds value but mostly reinforces what the parameter descriptions already state.

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 opens with a specific verb-resource pair ('Approve or decline a pending booking request') and immediately explains the resulting state transition and external effects. It is clearly distinct from list_bookings and reschedule_booking, though it does not explicitly contrast itself with the sibling update_booking_status for non-pending status changes.

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?

It gives explicit applicability conditions: only pending bookings can be reviewed, past meeting times can only be declined, and only team owners/admins or lead owners can perform the review. It does not explicitly say when to prefer update_booking_status or list the exclusions for confirmed/cancelled bookings, so it stops short of full alternative routing.

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

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/rooquiz/rooquiz-mcp'

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