Skip to main content
Glama

Sandwich Public Care Directory

Calculate Long-Term Care Cost

calculate_long_term_care_cost
Read-onlyIdempotent

Estimate long-term care cost by U.S. state, care type, years, and annual inflation using Sandwich's CareScout 2025 dataset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateYesU.S. state name or USPS code, for example 'Virginia' or 'VA'.
yearsNoProjection length in years. Default 1.
careTypeYesCare type key: nonMedicalCaregiver, adultDayHealth, assistedLiving, nursingHomeSemi, or nursingHomePrivate.
annualInflationPctNoAnnual inflation percentage. Default 3.

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare the tool as read-only, idempotent, and non-destructive. The description adds context about the dataset and input factors but does not disclose output format, units, or edge cases. It does not contradict the annotations, but it adds only limited behavioral detail beyond what the annotations provide.

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 one concise sentence, front-loaded with the action ('Estimate'). Every word contributes to explaining the purpose and data source, with no redundancy or filler.

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?

The description covers inputs and data source, and the annotations provide safety context. However, with no output schema, it does not specify what the estimate returns (e.g., total cost, annual cost, currency), which is a notable gap for a calculation tool. It is reasonably complete but not fully self-contained.

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 coverage is 100%, and each parameter already has a clear description. The tool description restates the inputs (state, care type, years, inflation) but does not add new semantic meaning or usage details beyond the schema. Baseline 3 is appropriate given the high 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 uses a specific verb ('estimate') and a clear resource ('long-term care cost') while naming key inputs (state, care type, years, annual inflation) and the data source (Sandwich's CareScout 2025 dataset). This clearly distinguishes it from sibling tools like get_channel or search_care_resources, which serve different purposes.

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

Usage Guidelines2/5

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

The description does not state when to use this tool versus alternatives. It only describes what it does; there is no mention of when to prefer this over search_care_resources or other tools. Usage is implied by the function name but not explicitly guided.

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.1/5.0
Disambiguation5/5

Each tool targets a distinct purpose: cost estimation, channel metadata retrieval, and resource search. No overlapping functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (calculate_, get_, search_), making them predictable.

Tool Count4/5

3 tools is slightly sparse but appropriate for a focused domain; they cover the core actions without being overly narrow.

Completeness4/5

Covers cost estimation, channel lookup, and general search. Minor gaps like channel creation or cost breakdowns exist but are not critical for the stated purpose.