Skip to main content
Glama

Sonlight Window Cleaning

Check open appointment days

check_availability
Read-onlyIdempotent

See Sonlight Window Cleaning's real dispatch availability for the next two weeks, which days have morning/afternoon capacity and which days carry an extra $25–$50 discount. Use after get_quote to help the customer pick a day before calling book_window_cleaning. Serves Colorado (Denver, Colorado Springs, Front Range) and New Mexico (Albuquerque area).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zipNo5-digit zip of the service address, preferred over address parsing.
addressNoService address (used to determine the local dispatch calendar). Include zip if known.
days_outNoHow many days ahead to check.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo
kindNo
notesNo
timezoneNo

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. Description adds value by specifying what the tool shows (morning/afternoon capacity, discounts) and geographic scope (CO and NM). No contradictions.

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?

Two sentences, front-loaded with actionable info. First sentence states purpose and output; second gives usage flow and geography. No unnecessary words.

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?

Given output schema exists, annotations cover safety, and schema covers parameters, the description adds needed usage context and output details (capacity, discounts). Complete for this tool.

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 description doesn't need to add much. It does imply that zip and address determine dispatch calendar and days_out controls range, but no new details beyond schema.

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 checks real dispatch availability for the next two weeks, showing morning/afternoon capacity and discounts. It distinguishes from siblings by specifying to use after get_quote and before book_window_cleaning.

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

Usage Guidelines5/5

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

Explicitly tells when to use: 'Use after get_quote to help the customer pick a day before calling book_window_cleaning.' No alternatives mentioned, but context is clear.

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

Each tool has a distinct purpose: get_quote provides pricing, check_availability shows scheduling options, and book_window_cleaning confirms a booking. No overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern using lowercase and underscores: get_quote, check_availability, book_window_cleaning.

Tool Count4/5

Three tools is appropriate for a simple booking service, covering the essential steps of quoting, availability, and booking. Slightly on the low side but well-scoped.

Completeness5/5

The tool set covers the complete user workflow: getting a quote, checking availability, and booking. There are no obvious missing operations for the stated domain.

Resources