Skip to main content
Glama

Advanced Cleaning DIY Tools

Triage limited DIY water damage cleanup

plan_water_damage_cleanup
Read-onlyIdempotent

Screen a water incident for mandatory professional-only stop conditions. Only eligible limited cases receive water-volume, labor, equipment, chemistry and procedural DIY guidance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYes
gasRiskNo
workersNo
ageHoursYes
areaSqFtYes
materialsYes
depthInchesYes
hasWetVacuumNo
hvacAffectedNo
moldAreaSqFtNo
roomsAffectedNo
sourceStoppedYes
electricalRiskNo
floorsAffectedNo
structuralRiskNo
tankCapacityGalNo
hasMoistureMeterNo
availableAirMoversNo
vulnerableOccupantsNo
availableDehumidifiersNo

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds useful context: it actively screens out cases with mandatory professional-only stop conditions and only returns guidance for eligible limited incidents. However, it does not describe the specific stop conditions or the structure of the returned guidance, so behavioral detail is modest.

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, with the core screening purpose front-loaded. Every clause adds value—first the screening action, then the conditional guidance output. No fluff or repetition.

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

Completeness3/5

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

Given 20 parameters, zero schema descriptions, and no output schema, the description provides a solid high-level contract: triage and DIY guidance for eligible cases. It lists the output categories and clarifies the eligibility limitation, but it omits decision thresholds, return format, and any explanation of what happens when a stop condition is met.

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 0%, and the description does not explain any of the 20 input parameters. It mentions output categories like water-volume, labor, equipment, chemistry, and procedural guidance, but gives no guidance on how to set source, ageHours, areaSqFt, materials, or any other parameter. This leaves the agent without parameter-level meaning.

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's specific function: screening a water incident for mandatory professional-only stop conditions and providing DIY guidance for eligible limited cases. It distinguishes itself from sibling tools by focusing on water damage cleanup rather than carpet or upholstery cleaning.

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 implies when to use the tool—for water incidents that need triage to decide between professional-only and DIY cleanup. It clearly scopes to 'limited DIY' cases but does not explicitly name alternatives or state when not to use it, so it lacks explicit 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