Skip to main content
Glama

Sandwich Public Care Directory

Search Sandwich Care Resources

search_care_resources
Read-onlyIdempotent

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

Input Schema

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

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the useful behavioral constraint that it searches only 'public' resources, but does not describe result format, ordering, or pagination. No contradiction with 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, well-structured sentence that front-loads the verb 'search' and immediately specifies the resource scope. Every word adds value, with no fluff or repetition.

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?

For a moderately simple search tool with two well-documented parameters and strong annotations, the description adequately covers the content types searched. It lacks explicit mention of result format, but the absence of an output schema and the presence of a limit parameter make the behavior reasonably clear. The scope of 'public' resources is also a useful contextual detail.

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%: both 'query' and 'limit' have descriptive text with examples and constraints. The tool description does not need to add parameter details; the schema fully documents them, so baseline 3 is appropriate.

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 'search' across a specific set of public resource types (channels, guides, reports, answers, glossary terms, tools) for a defined topic (aging-parent and sandwich-generation care planning). This specific verb+resource+scope distinguishes it from sibling tools like calculate_long_term_care_cost and 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?

It provides clear context that this is a broad search tool for public care-planning resources, implying when to use it (when you need to find relevant information) versus more specific tools. However, it does not explicitly mention alternatives or when not to use this tool.

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.

Resources