Skip to main content
Glama

11FGB Cleaning Tools

Estimate home cleaning cost

estimate_home_cleaning_cost
Read-onlyIdempotent

Use this when a user wants a free planning estimate for cleaning a US house, apartment, condo, or townhouse. Returns price range, labor hours, crew size, duration, assumptions, and a visual report. Do not present it as a binding quote.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
petsNo
add_onsNo
bedroomsNo
bathroomsNo
conditionNoaverage
frequencyNoone_time
postal_codeYesUS ZIP code used to select local or national rates.
square_feetYesTotal interior square footage.
cleaning_typeNostandard
property_typeNohouse

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, non-destructive behavior. The description adds meaningful context: it is a 'free planning estimate' and warns 'Do not present it as a binding quote,' plus it mentions returning a visual report. This goes beyond the annotations without contradiction.

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 concise—two sentences—with the use case front-loaded in the first sentence and key output/caveat in the second. Every word contributes value, with no redundancy.

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?

Combined with the output schema and annotations, the description adequately covers the tool's core behavior and when to use it. However, it lacks detailed parameter guidance, which is partially mitigated by the schema but still leaves room for more completeness given the tool's complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 20%, so the description must compensate for the 10 parameters. It only indirectly references the property_type enum (house, apartment, condo, townhouse) and provides no guidance on other parameters like pets, add_ons, condition, or frequency. This is insufficient for low schema coverage.

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 estimates cleaning costs for US homes (house, apartment, condo, townhouse), distinguishing it from sibling tools like estimate_office_cleaning_cost. It also specifies the output (price range, labor hours, etc.), making the purpose unmistakable.

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 when a user wants a free planning estimate for cleaning a US house...' which is clear guidance. However, it does not explicitly mention alternatives or exclusions (e.g., for office cleaning), relying on sibling names to imply differentiation.

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

Each tool targets a distinct planning need: chemical quantities, labor time/crew, residential cost, and commercial cost. The time/crew estimator overlaps slightly with cost estimates that also report hours and crew, but the descriptions make the primary intent clear.

Naming Consistency4/5

All tool names use snake_case and follow a verb-first pattern. Three use 'estimate' and one uses 'calculate', which is a minor semantic inconsistency, but the overall naming structure is predictable and readable.

Tool Count5/5

With only 4 tools, the server is tightly scoped to cleaning estimation. Each tool covers a necessary aspect of the domain without redundancy or unnecessary bloat.

Completeness4/5

The set covers the core planning areas: chemical usage, labor estimation, residential pricing, and commercial pricing. Minor gaps exist (e.g., specialty cleaning or quoting), but no critical dead ends are apparent.