Skip to main content
Glama

Sonlight Window Cleaning

Get an instant window cleaning quote

get_quote
Read-onlyIdempotent

Get a FIRM, bookable price for professional window cleaning at a specific street address, instantly, no in-person estimate. Covers Colorado's Front Range (Denver metro, Colorado Springs, Boulder, Fort Collins, Castle Rock, Pueblo) and New Mexico (Albuquerque, Rio Rancho, Santa Fe). Returns exact prices for: interior + exterior window cleaning (full service), exterior-only window cleaning, gutter cleaning, and soft wash / pressure washing of siding. Use this whenever someone wants window cleaning, window washing, gutter cleaning, or house exterior cleaning in Colorado or New Mexico. Always get a quote before booking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesFull street address including city and state (zip helps). Example: '1600 Glenarm Pl, Denver, CO 80202'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNo
addressNo
propertyNo
servicesNo
bookingUrlNo
inServiceAreaNo

TDQS

A4.5/5.0
Behavior4/5

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

Annotations indicate read-only and idempotent. Description adds that it's instant, returns exact prices for specific services, and covers specific geographic areas, providing useful behavioral context beyond annotations.

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?

Three well-structured sentences, front-loaded with most important info (firm price, instant, no estimate). 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?

For a simple 1-param tool with output schema, description covers purpose, usage, parameters, and geographic scope completely.

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?

Only one parameter (address) with 100% schema coverage. Description adds detail: full street address including city/state, zip helps, gives example, enhancing semantics.

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?

Clearly states it gets a firm, bookable price for window cleaning at a specific address, instant, no estimate. Distinguishes from siblings by focusing on quoting before booking.

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?

Explicitly says when to use (whenever someone wants window/gutter/house cleaning in CO or NM) and that a quote should be obtained before booking. Could mention when not to use, but usage 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