Skip to main content
Glama

fetch_medical_article

Retrieve and parse full-text medical articles from MedlinePlus and StatPearls. Get educational health information from trusted sources, not a substitute for professional medical advice.

Instructions

Fetch and parse the full content of a medical article from MedlinePlus or StatPearls. Only URLs from medlineplus.gov and ncbi.nlm.nih.gov are allowed for security. This tool provides EDUCATIONAL information only - not medical advice, diagnoses, or treatment recommendations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL of the medical article to fetch (must be from medlineplus.gov or ncbi.nlm.nih.gov)
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It states the security domain restriction and the educational-only disclaimer, which are important behavioral traits. It also implies a read-only fetch operation and return of parsed content, but could elaborate slightly on error handling or return format.

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, front-loaded with the primary purpose, followed by security and educational caveats. Every sentence contributes useful information without unnecessary padding.

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?

Given the tool's simplicity (one parameter) and no output schema, the description adequately explains the fetch-and-parse behavior, domain restrictions, and the non-clinical nature of the content. It could specify the output format, but the current level is sufficient for an agent to use the tool correctly.

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?

The schema already provides 100% coverage for the single parameter (URL with domain restriction). The description repeats the same allowed-domain constraint without adding additional semantic detail, so it meets the baseline but adds nothing beyond the schema.

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 verb ('Fetch and parse') and resource ('medical article from MedlinePlus or StatPearls'), distinguishing it from sibling tools like search_medical_info. It is specific and unambiguous.

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?

The description provides clear context that only URLs from medlineplus.gov and ncbi.nlm.nih.gov are allowed, which acts as an implicit exclusion for other sources. However, it does not explicitly mention alternatives like search_medical_info for when to search rather than fetch.

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/gholtzap/doctor-claude'

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