Skip to main content
Glama

Advanced Cleaning DIY Tools

Server Details

Free, public calculators and safety-screened DIY guides for carpet cleaning, upholstery cleaning, and limited water-damage cleanup.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.9/5 across 3 of 3 tools scored.

Server CoherenceA
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.

Available Tools

3 tools
plan_carpet_cleaningPlan DIY carpet cleaningA
Read-onlyIdempotent
Inspect

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.

ParametersJSON 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
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.

plan_upholstery_cleaningPlan DIY upholstery cleaningA
Read-onlyIdempotent
Inspect

Use furniture, manufacturer care code, material and soil level to screen wet-cleaning safety and estimate conservative labor, chemistry, equipment, drying and steps.

ParametersJSON Schema
NameRequiredDescriptionDefault
workersNo
careCodeYesManufacturer cleaning code; use UNKNOWN when no reliable tag exists
itemTypeYes
materialYes
petSpotsNo
itemCountYes
soilLevelNomoderate
stainTypeNonone
hasDryVacuumNo
hasExtractorNo
looseCushionsNo
Behavior4/5

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

Annotations already convey that the tool is read-only, idempotent, and non-destructive. The description adds behavioral context by noting that it screens for wet-cleaning safety and provides conservative estimates. This clarifies that the tool is for planning and safety assessment rather than execution, even though it doesn't detail how unsafe combinations are handled.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence that packs key information without unnecessary words. It lists both inputs and output categories efficiently. While a slightly more structured breakdown could improve readability, the description remains concise and to the point.

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?

With no output schema, the description conveys the general plan structure (safety assessment plus estimates of labor, chemistry, equipment, drying, and steps), but it lacks specifics on how parameters influence results, how to handle unknown codes or materials, or the output format. Given the tool's complexity, the description provides an adequate but not fully complete picture.

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 9%, placing the burden on the description to explain parameters. The description mentions four inputs (furniture, care code, material, soil level) but does not add meaningful semantics for the other seven parameters (workers, petSpots, stainType, hasDryVacuum, hasExtractor, looseCushions, itemCount). The mapping helps but is insufficient for a tool with 11 parameters.

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 identifies the tool's function as screening wet-cleaning safety and estimating labor, chemistry, equipment, drying, and steps for upholstery cleaning. The specific verbs 'screen' and 'estimate' combined with the resource 'upholstery' distinguish it from other planning tools like carpet cleaning or water damage cleanup.

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 the appropriate use case: planning DIY upholstery cleaning when furniture type, manufacturer care code, material, and soil level are known. It does not explicitly exclude carpet or water damage scenarios, but the focus on upholstery makes the context clear. No alternative tools are mentioned, though the resource specificity provides sufficient guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

plan_water_damage_cleanupTriage limited DIY water damage cleanupA
Read-onlyIdempotent
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
sourceYes
gasRiskNo
workersNo
ageHoursYes
areaSqFtYes
materialsYes
depthInchesYes
hasWetVacuumNo
hvacAffectedNo
moldAreaSqFtNo
roomsAffectedNo
sourceStoppedYes
electricalRiskNo
floorsAffectedNo
structuralRiskNo
tankCapacityGalNo
hasMoistureMeterNo
availableAirMoversNo
vulnerableOccupantsNo
availableDehumidifiersNo
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.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    GTM signal intelligence suite for AI agents. Six tools: hiring signals, tech stack detection, company-to-LinkedIn resolution, ICP scoring, job board scanning, and a combined signals aggregator. Built for outbound sales workflows.
    11
    111
    1
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources