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.
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.
Tool Definition Quality
Average 3.9/5 across 3 of 3 tools scored.
Each tool targets a distinct purpose: cost estimation, channel metadata retrieval, and resource search. No overlapping functionality.
All tool names follow a consistent verb_noun pattern in snake_case (calculate_, get_, search_), making them predictable.
3 tools is slightly sparse but appropriate for a focused domain; they cover the core actions without being overly narrow.
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 toolscalculate_long_term_care_costCalculate Long-Term Care CostARead-onlyIdempotentInspect
Estimate long-term care cost by U.S. state, care type, years, and annual inflation using Sandwich's CareScout 2025 dataset.
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | U.S. state name or USPS code, for example 'Virginia' or 'VA'. | |
| years | No | Projection length in years. Default 1. | |
| careType | Yes | Care type key: nonMedicalCaregiver, adultDayHealth, assistedLiving, nursingHomeSemi, or nursingHomePrivate. | |
| annualInflationPct | No | Annual inflation percentage. Default 3. |
Tool Definition Quality
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.
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.
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.
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.
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.
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 ChannelARead-onlyIdempotentInspect
Return metadata and canonical links for one public Sandwich channel by slug.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Channel slug, for example 'medicaid', 'assistedliving', or 'sandwichforum'. |
Tool Definition Quality
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.
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.
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.
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.
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.
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 ResourcesARead-onlyIdempotentInspect
Search public Sandwich channels, guides, reports, answers, glossary terms, and tools for aging-parent and sandwich-generation care planning.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return, from 1 to 10. Default 5. | |
| query | Yes | Search query, for example 'Medicaid look-back', 'assisted living cost', or 'talk to aging parents'. |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!