Skip to main content
Glama
SaeMind

CMS Healthcare Data MCP Server

by SaeMind

get_sample_queries

Retrieve example queries and templates for CMS datasets, including realistic real-world evidence use cases with parameter examples.

Instructions

Return example queries and query templates for a given dataset. Includes realistic RWE use cases with parameter examples.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataset_idYesDataset to get sample queries for
api_keyNo
Behavior2/5

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

No annotations are provided, so the description alone must disclose behavioral traits. It only states the function returns examples, with no mention of authentication, rate limits, side effects, or whether it is read-only.

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 two sentences long, front-loading the core purpose in the first sentence and adding useful details in the second, with no unnecessary words.

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 has no output schema, so the description should clarify the return format. It does not specify what the output looks like (e.g., array of strings, objects with fields). Given the simple parameter set, this is a notable gap.

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 50%; the dataset_id parameter has an enum and description, but api_key has no description. The description adds context about including 'realistic RWE use cases with parameter examples', which provides extra meaning, but does not document the api_key parameter.

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 returns example queries and query templates for a given dataset, with a specific verb 'Return' and resource 'sample queries'. It distinguishes from siblings like get_schema, get_data, and run_query by focusing on query examples.

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 use when seeking example queries for a dataset but does not explicitly state when to use it versus alternatives, nor does it mention any conditions or prerequisites.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SaeMind/mcp-server-for-cms-healthcare-data-tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server