Skip to main content
Glama

create_booking

Book professional home cleaning services in France by providing client details, address, and consent after obtaining a quote. The booking is confirmed with a token and held for 48 hours before worker dispatch.

Instructions

Create a booking. Requires a quoteToken from get_quote plus the end-user's identity, address, and explicit consent. Returns a bookingToken (72h) for subsequent calls and a bookingId. The booking is held for 48h before worker dispatch as anti-fraud protection.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
quoteTokenYes
clientYes
addressYes
dateDebutYesFirst intervention date (ISO 8601)
frequencyNo
nbHeuresSemaineNo
nbPrestaSemaineNo
commentsNo
agentConsentYesAttest that the end-user explicitly consented to share their data via your agent
Behavior4/5

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

With no annotations provided, the description carries the full burden and does well by disclosing key behavioral traits: the 72h bookingToken validity, 48h hold before worker dispatch as anti-fraud protection, and the return values (bookingToken and bookingId). It doesn't cover rate limits or error conditions, but provides substantial operational context.

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 perfectly front-loaded with the core action and prerequisites, followed by return values and behavioral details. Every sentence earns its place with zero waste, making it highly efficient for an agent to parse.

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 complex booking creation tool with 9 parameters, no annotations, and no output schema, the description does remarkably well by explaining prerequisites, return values, and key behavioral constraints. The main gap is lack of error handling or edge case information, but it covers the essential workflow comprehensively.

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?

With only 22% schema description coverage, the description compensates well by explaining the purpose of quoteToken (from get_quote) and clarifying that client includes identity, address includes location, and agentConsent represents explicit consent. It doesn't detail all 9 parameters but adds meaningful context for the most critical ones.

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 specific action ('Create a booking') and distinguishes it from siblings by mentioning the required quoteToken from get_quote. It provides a complete picture of what the tool does beyond just the verb.

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 explicitly states prerequisites ('Requires a quoteToken from get_quote plus the end-user's identity, address, and explicit consent'), providing clear context for when to use this tool. However, it doesn't mention when NOT to use it or explicitly compare it to alternatives like enroll_avance_immediate.

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/frederic117/maideo-mcp'

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