Skip to main content
Glama
Nniol

Hospital Data MCP Server

by Nniol

wxoGetDrugContraindications

Retrieves comprehensive contraindication information for a specified drug. Supports safe prescribing by highlighting conditions where the drug should not be used.

Instructions

Returns comprehensive drug contraindication medical inforamation for a given drug or None

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
drug_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
drugYesDrug name (generic name preferred)
reasonYesClinical reason explaining why the drug is contraindicated
rule_idYesUnique identifier for the contraindication rule
severityYes
conditionYesMedical condition or patient population where drug is contraindicated
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing behavior. It only discloses that it returns information or None, which suggests a read-only query. It does not specify conditions for None, error handling, authentication, or rate limits. This is minimal transparency.

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 one sentence, front-loaded, and contains no fluff. It includes a typo ('inforamation') and the word 'comprehensive' adds little but does not detract significantly. Overall, it is appropriately concise.

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 is simple with one parameter and an output schema. The description covers the core purpose and return possibility, but lacks usage distinction from siblings and behavioral details. It is adequate for a basic query but leaves the agent to infer when to use it.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for documenting the parameter. It only says 'for a given drug', which refers to drug_name but does not define format, accepted values, or required syntax. It adds little beyond the schema's property title.

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 drug contraindication information for a given drug. It uses a specific verb ('Returns') and resource, and the mention of 'or None' clarifies the return. It distinguishes from sibling tools like wxoGetDrugInterations and wxoGetDrugInformation by focusing on contraindications specifically.

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 provides no explicit guidance on when to use this tool versus alternatives. 'For a given drug' implies a drug-related query, but there is no mention of alternatives or exclusions. Usage is implied rather than explicitly stated.

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/Nniol/wxo-bootcamp-mcp-server'

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