Skip to main content
Glama

search_resources

Search cancer support resources in Washington State. Filter by category (housing, food, mental-health, financial, legal, care, transport, children, rights, programs, education), county, tier, or free-text query. Returns matching resources with name, description, phone, URL, eligibility, and cost.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tierNocancer = cancer-specific programs, community = general programs that serve cancer patients
limitNoMax results (1-50). Default: 10
queryNoFree-text search across name, description, tags, keywords
countyNoWashington State county name (e.g., King, Spokane, Pierce)
categoryNoFilter by support category
languageNoLanguage for returned text. Default: en

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds value by listing the return fields (name, description, phone, URL, eligibility, cost) and confirms a search (read) operation. However, it does not disclose any side effects, pagination behavior, default limits, or authorization requirements. It is adequate but not rich in behavioral context.

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 compact at two sentences and the primary purpose is front-loaded. The category list is somewhat redundant with the schema enum but is useful for quick comprehension. It does not waste words on obvious details, making it concise and well-structured.

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 the tool has 6 optional parameters and no output schema or annotations, the description covers the core purpose, filter options, and return fields. However, it lacks guidance on how filters combine, default limits, language behavior, or relationships with sibling tools. The description is sufficient for basic understanding but leaves room for ambiguity in more complex use cases.

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% for all 6 parameters, so the schema already documents each parameter. The description adds marginal value by listing categories and mentioning free-text query, but these largely duplicate the schema. No additional meaning beyond the schema is provided, so the baseline score of 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's function: 'Search cancer support resources in Washington State.' The verb 'search' combined with the resource type and geographic scope gives a specific purpose. It distinguishes from sibling tools like get_resource, which presumably fetches a single resource, and list_categories/list_counties, which are lookup tools.

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 implies usage for finding resources via filters (category, county, tier, free-text query) but does not explicitly explain when to use this tool versus alternatives like get_resource. There is no mention of exclusions or alternative tools for single-resource retrieval, so usage guidance is only implied.

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

Each tool serves a distinct purpose: fetching details, listing categories, listing counties, and searching resources. There is no overlap or ambiguity among them, making it clear which tool to use for each step.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with lowercase and underscores (get_resource, list_categories, list_counties, search_resources). The naming is predictable and uniform.

Tool Count5/5

With only 4 tools, the server is well-scoped for a resource directory. Each tool is essential and earns its place, providing a complete yet minimal interface.

Completeness5/5

The tool set covers the full user workflow: discover categories, find county names, search with filters, and retrieve full details. There are no obvious gaps for the stated purpose of finding cancer support resources.

Resources