Skip to main content
Glama

calculate_quote

Calculate an estimated price and duration for a service WITHOUT creating a booking. Use this during the quoting phase before the customer commits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYesCustomer city. Valid values: Ottawa, Gatineau, Toronto, Montreal, Surrey, Miami.
edgingNoLawn: include edging.
garageNoInclude garage.
hallwayNoCarpet: include hallway.
hasPetsNoCustomer has pets at home.
windowsNoInclude window cleaning.
areaRugsNoCarpet: number of area rugs.
backyardNoLawn: include backyard.
basementNoInclude basement.
bedroomsNoNumber of bedrooms (cleaning/carpet).
categoryYesService category.
wateringNoLawn: include watering.
yardSizeNoLawn: yard size.
bathroomsNoNumber of bathrooms (cleaning).
engineBayNoCar: engine bay cleaning add-on.
overgrownNoLawn: overgrown surcharge.
staircaseNoCarpet: include staircase.
tireCountNoTire: number of tires (default 4).
baseboardsNoInclude baseboards.
excessDirtNoCar: very dirty interior add-on.
iceBuildupNoSnow: include hard ice buildup.
iceSaltingNoSnow: include ice salting.
livingRoomNoInclude living room.
ovenInsideNoInclude inside oven.
carsToClearNoSnow: number of cars to clear.
clayAndSealNoCar: clay bar & seal add-on.
kitchenDeepNoInclude kitchen deep clean.
lawnCleanupNoLawn: include cleanup.
leafRemovalNoLawn: include leaf removal.
serviceTypeYesSpecific service type within the category.
vehicleTypeNoVehicle type for car detailing or tire changing.
windowPanesNoExterior: number of window panes.
drivewayTypeNoSnow: driveway type.
fridgeInsideNoInclude inside fridge.
frontWalkwayNoSnow: include front walkway.
femaleCleanerNoPrefer a female cleaner.
groutCleaningNoInclude grout cleaning.
windowScreensNoExterior: number of window screens.
gutterCleaningNoExterior: include gutter cleaning.
kitchenSurfaceNoInclude kitchen surface clean.
petHairRemovalNoCar: pet hair removal add-on.
spotCleanDoorsNoInclude spot-clean doors.
spotCleanWallsNoInclude spot-clean walls.
windrowClearingNoSnow: include windrow clearing.
cleaningSuppliesNoWhether ezi provides supplies (default true).
soffitsAndFasciaNoExterior: include soffits & fascia.

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It states the tool does not create a booking, implying no side effects, but does not disclose whether it modifies any state, requires permissions, or has rate limits. The description is adequate but minimal; a more explicit statement about read-only behavior would improve it.

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 two sentences long, front-loaded with the primary action, and contains no filler. Every word adds value, making it highly concise and well-structured.

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

Completeness2/5

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

With 46 parameters, high complexity, and no output schema, the description is too brief. It does not describe the output format (e.g., estimated price in what currency? Duration in what units? Is the estimate a range?), nor does it clarify parameter dependencies (e.g., lawn params only apply to Lawn-Care category). The description leaves significant gaps for an agent to use the tool correctly.

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 baseline is 3. The description adds no additional parameter semantics beyond the schema. It does not explain parameter interactions or which parameters depend on the category or serviceType, which would be helpful for such a parameter-heavy tool.

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 tool calculates an estimated price and duration, and explicitly notes it does not create a booking, distinguishing it from sibling tools like create_order. The verb 'calculate' and resource 'price and duration' are specific and unambiguous.

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 says 'Use this during the quoting phase before the customer commits,' providing clear context for when to use it. While it does not explicitly list alternatives or when not to use it, the sibling tool set (especially create_order) implies the alternative for actual booking. The guidance is clear but could be more thorough.

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/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: quoting, ordering, job cancellation, job rescheduling, profile retrieval, service availability lookup, scheduled jobs listing, and current datetime. There is no overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case, such as calculate_quote, cancel_job, get_profile, etc. No mixing of conventions.

Tool Count5/5

8 tools is well-scoped for a home services booking server. It covers the essential customer-facing operations without being too few or excessive.

Completeness4/5

The tool set covers the core workflow: checking services, getting quotes, creating orders, managing jobs (view, cancel, reschedule). Minor gap: no tool to update profile or payment method, but the surface is largely complete for the stated purpose.

Resources