Skip to main content
Glama

get_safe_phrases

Read-onlyIdempotent

Retrieve up to 5 NHI-safe phrasing scenarios per specialty, showing high-risk wording to avoid and safe alternatives, to flag risky SOAP phrasing before submission.

Instructions

Preview which documentation scenarios have OPDSTAR-curated NHI-safe phrasing patterns for a given specialty (e.g. dermatology + 抗生素) — returns scenario name, high-risk wording to avoid, the key difference, and the first sentence of the safe-phrasing example. Up to 5 scenarios per call. Use when an agent is helping draft SOAP wording and needs to flag risky phrasing before submission. Don't use to retrieve full ready-to-copy templates (full library is part of the paid OPDSTAR product — link the user to opdstar.com); for the underlying audit rule that motivates a safe phrase, call search_audit_guidelines. Reference only — phrasing patterns reflect curated review experience, not formal NHI directives. Curated by OPDSTAR (https://opdstar.com).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
specialtyYesRequired specialty, e.g. 'dermatology', 'internal', 'pediatrics', 'family', 'tcm'.
scenario_queryNoOptional free-text filter on scenario (ILIKE match), e.g. '抗生素', '類固醇', '慢性處方'
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. Description adds context: up to 5 scenarios per call, reference only, not formal NHI directives. No contradictions, but could mention any rate limits or auth requirements.

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?

Description is well-organized: purpose first, then usage guidelines, then references. Could trim 'Curated by OPDSTAR' line, but overall efficient and front-loaded.

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?

No output schema, but description sufficiently explains return fields and behavior (up to 5 scenarios, reference-only). Sufficient for an agent to use effectively.

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?

Schema coverage is 100% so baseline is 3. Description adds meaning with examples (e.g., dermatology + 抗生素) and clarifies that scenario_query is an optional ILIKE filter, adding value 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?

Description clearly states the tool previews NHI-safe phrasing patterns for a specialty, listing specific return fields: scenario name, high-risk wording, key difference, first sentence. It distinguishes from sibling tools like search_audit_guidelines.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit when to use (helping draft SOAP wording, flagging risky phrasing) and when not to use (full templates are paid). Provides alternative: search_audit_guidelines for underlying audit rules.

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/tatsuju/opdstar-nhi-mcp'

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