Skip to main content
Glama

Sandwich Public Care Directory

Server Details

Read-only MCP server for Sandwich aging-parent care resources and cost data.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
Terahertz-Inc/sandwich-public
GitHub Stars
0

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

Available Tools

3 tools
calculate_long_term_care_costCalculate Long-Term Care CostA
Read-onlyIdempotent
Inspect

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

ParametersJSON 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.
Behavior4/5

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

Annotations already indicate readOnly, idempotent, and non-destructive behavior. The description adds value by mentioning the specific dataset (CareScout 2025), providing context beyond annotations. No 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?

A single sentence that efficiently conveys the tool's purpose and key parameters. No wasted text.

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?

No output schema is provided, and the description does not explain what the result contains (e.g., annual cost vs total). Annotations cover safety well, but missing output format leaves the agent guessing about return values.

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 100%, so parameters are fully documented. The description merely lists parameter types without adding new semantics or examples beyond the schema.

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 long-term care cost, specifying parameters (state, care type, years, inflation) and the data source (Sandwich's CareScout 2025 dataset). It distinguishes from siblings like search_care_resources by focusing on cost estimation rather than resource finding.

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?

The description does not explicitly state when to use this tool versus alternatives like search_care_resources. The purpose is implied by specificity, but no exclusion or context for when not to use is provided.

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

get_channelGet Sandwich ChannelA
Read-onlyIdempotent
Inspect

Return metadata and canonical links for one public Sandwich channel by slug.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesChannel slug, for example 'medicaid', 'assistedliving', or 'sandwichforum'.
Behavior3/5

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

Annotations already cover readOnlyHint, idempotentHint, and destructiveHint. The description adds that the channel is 'public', which is useful context but does not disclose additional behavioral traits beyond annotations.

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 a single sentence that is concise, front-loaded, and contains no unnecessary words. Every part is informative.

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 simplicity (one parameter, no output schema) and annotations, the description provides enough context: it states the return type (metadata and canonical links), input method, and scope (public). It is adequate for the tool's complexity.

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 100% with a clear example for the slug parameter. The tool description does not add additional meaning beyond what the schema already provides.

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 specific verb 'Return', identifies the resource 'metadata and canonical links for one public Sandwich channel', and specifies the method 'by slug'. It clearly distinguishes from sibling tools which are about cost calculation and resource search.

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: when you need metadata/canonical links for a known channel slug. It does not explicitly mention when not to use or alternatives, but the single parameter and clear purpose make usage context clear.

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

search_care_resourcesSearch Sandwich Care ResourcesA
Read-onlyIdempotent
Inspect

Search public Sandwich channels, guides, reports, answers, glossary terms, and tools for aging-parent and sandwich-generation care planning.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return, from 1 to 10. Default 5.
queryYesSearch query, for example 'Medicaid look-back', 'assisted living cost', or 'talk to aging parents'.
Behavior3/5

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

Annotations already declare the tool as read-only, non-destructive, and idempotent. The description adds value by specifying the scope of searched content (channels, guides, etc.) but does not elaborate on additional behaviors like pagination, result format, or rate limits. Given the annotations, a score of 3 is appropriate.

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 a single, front-loaded sentence that efficiently conveys the tool's action and scope. There is no wasted verbiage.

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 tool lacks an output schema, so the description should ideally explain the return format (e.g., list of results, metadata). It does not, leaving the agent to guess the structure. However, the core purpose is clear, and the simple input schema partially compensates.

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%, so the baseline is 3. The description does not add any extra meaning beyond the parameter descriptions already in the schema (query and limit). It neither enhances nor hinders parameter understanding.

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 verb 'Search' and the specific resource types ('public Sandwich channels, guides, reports, answers, glossary terms, and tools') for a defined domain ('aging-parent and sandwich-generation care planning'). It implicitly distinguishes from siblings through the nature of the operation: search vs calculate (calculate_long_term_care_cost) and get (get_channel).

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 provides clear context for when to use the tool: for searching care planning resources. While it does not explicitly state when not to use it or offer alternative tools, the sibling names are distinct enough that the intended use is obvious.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.