Skip to main content
Glama

Advanced Cleaning DIY Tools

Plan DIY carpet cleaning

plan_carpet_cleaning
Read-onlyIdempotent

Estimate conservative labor, elapsed time, generic chemistry, extraction water, drying time, equipment and steps for a DIY carpet cleaning project. Uses product-label dilution and includes fiber safety warnings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fiberNosynthetic
stairsNoNumber of individual stair treads
workersNo
areaSqFtYesMeasured carpet area in square feet
petSpotsNo
furnitureNolight
soilLevelNomoderate
equipmentTypeNorental
petSpotAreaSqFtNo
coverageSqFtPerGalNo
labelDilutionOzPerGalNoProduct-label concentrate ounces per ready-to-use gallon

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare read-only, idempotent, non-destructive. Description adds behavioral context: estimates are 'conservative', uses product-label dilution, and includes fiber safety warnings, which informs the user about calculation assumptions and output nature.

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 clear sentences, front-loaded with the core purpose, no wasted words.

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?

Given the 11 parameters and no output schema, the description covers the main output dimensions and key assumptions, though it could be more explicit about the returned structure and edge cases. Still, annotations and schema defaults fill many gaps.

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 only 27%, and the description partially compensates by referencing product-label dilution and fiber safety, which relate to labelDilutionOzPerGal and fiber. However, most parameters (stairs, petSpots, furniture, soilLevel, etc.) are not individually explained, leaving some ambiguity.

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?

Provides a specific action (estimate) and resource (DIY carpet cleaning project), listing the output dimensions (labor, time, chemistry, etc.), and distinguishes itself from siblings by focusing on carpet cleaning with safety warnings.

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

Usage Guidelines3/5

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

Usage context is implied from the name and description, but there is no explicit guidance on when to choose this over plan_upholstery_cleaning or plan_water_damage_cleanup, nor any exclusions.

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 targets a distinct cleaning scenario: carpet, upholstery, or water damage. There is no overlap in purpose, so an agent can easily select the appropriate tool based on the surface or incident type.

Naming Consistency4/5

All tool names begin with 'plan_' and follow a predictable pattern. The only minor inconsistency is the suffix: two use 'cleaning' while one uses 'cleanup', which is slightly inconsistent but still clear and readable.

Tool Count5/5

With only three tools, the set is well-scoped for a specialized cleaning planner. Each tool covers a major category, and the count is within the ideal 3-15 range, feeling neither sparse nor bloated.

Completeness3/5

The tools cover carpet, upholstery, and water damage, but the server name suggests a broader 'Advanced Cleaning' scope. Missing common DIY areas like hard floors or tile create noticeable gaps, though the included scenarios are each handled thoroughly.

Resources