Skip to main content
Glama
nathanfolkman

CUF Health Portal MCP Server

get_prescription

Downloads a prescription PDF from the provided download URL and saves it to a local file path, giving you direct access to the document.

Instructions

Download a prescription PDF by its download_url from list_prescriptions().

Args: download_url: The download_url field from list_prescriptions() output.

Returns the file path where the PDF was saved.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
download_urlYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses that the tool downloads a PDF, saves it, and returns the file path. It does not cover error cases, file overwrite behavior, or authentication, but the core behavior is clearly communicated.

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 compact and front-loaded with the action, followed by a short parameter explanation and return value. Every sentence serves a clear purpose with no redundancy.

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 one-parameter download tool, the description fully explains the input source and the output behavior. It could mention file naming or local persistence details, but the essential call is completely specified and the output schema likely covers return structure.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema only provides the parameter name and type string, with 0% description coverage. The description adds essential meaning by defining download_url as the field from list_prescriptions() output, effectively compensating for the schema gap.

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?

States a specific verb and resource: 'Download a prescription PDF', and ties it to the download_url from list_prescriptions(). This clearly differentiates it from listing prescriptions and from parse_prescription, so an agent can immediately identify its role.

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?

Explicitly tells the agent that download_url comes from list_prescriptions() output, which provides clear usage context. It does not mention when not to use the tool or name alternatives, but the instruction is sufficient for a straightforward downloader.

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/nathanfolkman/cuf-mcp'

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