Skip to main content
Glama

lookup_audit_indicator

Read-onlyIdempotent

Look up Taiwan NHI threshold-based audit rules to check if a procedure code is monitored under a percentage-cap claim denial indicator. Filter by category, specialty, or procedure code.

Instructions

Look up Taiwan NHI 分析審查不予支付指標 (official threshold-based audit rules where claims exceeding a percentage are denied) — returns indicator code, category, threshold, applicable specialty, monitored procedure codes, and official action description. Use when an agent needs to know whether a procedure code is under a percentage-cap audit (e.g. '23401C' is monitored by indicator 001 眼科局部處置申報率, 30% threshold). Omit indicator_code to browse by category / specialty / procedure. Don't use for prescribing-pattern indicators (008 / 014 / 027 / P043 etc.) — those live in get_indicator. Reference only — thresholds change with each official release. Curated by OPDSTAR (https://opdstar.com).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indicator_codeNoOptional 1-4 char indicator code (e.g. '001', '008', '027', '043'). If omitted, returns indicators filtered by other params.
categoryNoOptional category filter. Same indicator code may appear under multiple categories with different thresholds.
specialtyNoOptional applicable_specialty filter (e.g. 'ophthalmology', 'obstetrics_gynecology', 'ent', 'tcm', 'dentistry').
procedure_codeNoOptional 5-8 char NHI procedure code (e.g. '23401C', '55009C'). Returns indicators that monitor this code.
Behavior5/5

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

Annotations already mark the tool as readOnlyHint=true, destructiveHint=false, and idempotentHint=true. The description adds nuance: 'Reference only — thresholds change with each official release,' and describes what the tool returns, which is consistent with a safe, read-only operation. No contradictions.

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 concise (under 150 words) and well-structured: first sentence defines the resource, then usage guidance, then parameter omission behavior, then exclusions, then limitations and credit. Bolded cues enhance readability.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (4 optional params, no output schema), the description covers purpose, parameter behavior, usage boundaries, return fields, and update frequency. It is sufficient for an agent to correctly select and invoke the tool, even in a rich sibling context.

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%, with each parameter described. The description adds value by explaining how to browse by omitting indicator_code ('Omit indicator_code to browse by category / specialty / procedure') and provides an example that ties parameters together. However, since the schema already covers parameter definitions well, the added semantics are modest but meaningful.

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 specifies the resource (Taiwan NHI threshold-based audit rules) and the verb (look up). It also distinguishes from the sibling tool 'get_indicator' by explicitly noting that prescribing-pattern indicators are handled elsewhere.

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?

The description explicitly states when to use ('Use when an agent needs to know whether a procedure code is under a percentage-cap audit') and when not to use ('Don't use for prescribing-pattern indicators... those live in get_indicator'), with a concrete example. This provides clear decision guidance.

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