Skip to main content
Glama

standards_status

Check reserved status for LOINC, FHIR, and SNOMED standards in Taiwan laboratory medicine. No catalog is returned.

Instructions

Show reserved LOINC/FHIR/SNOMED status; no catalog is returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesYes
warningsYes
operationYes
configuredNo
capabilitiesYes
result_statusNodata_unavailable
contract_versionNopublic-contract-v1
availability_reason_codeNono_serving_snapshot

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

B3.4/5.0
Behavior3/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 usefully states that no catalog is returned and 'Show' implies a read-only operation, but it leaves the meaning of 'reserved' ambiguous and does not explicitly state side-effect-free behavior or expected status semantics.

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 a single, well-structured sentence with a clear verb and object, and it includes an important clarifying negative. Every word earns its place, and the key scoping detail ('no catalog is returned') is present.

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?

For a zero-parameter read-only status tool with an output schema, this description is nearly sufficient. However, it does not clarify what 'reserved' means or how this tool relates to sibling status tools, leaving a notable gap in when and why the agent should select it.

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 input schema is empty and schema description coverage is 100%, so parameter semantics are already fully handled. With zero parameters, the description needs to add nothing about parameters, and it does not conflict with the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Show') and identifies its resource ('reserved LOINC/FHIR/SNOMED status'), while also adding the useful negative scope 'no catalog is returned.' It is clear about what the tool does, though it does not explicitly differentiate it from sibling status tools like eqa_status or get_data_status.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives, nor are exclusions or trigger conditions provided. The agent is left to infer when a 'reserved status' check is appropriate, especially among several status-related siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.