Skip to main content
Glama

icf_explain_qualifier

Interpret ICF qualifier values (0-4, 8, 9) to understand impairment severity. Provides clear explanations for each qualifier value.

Instructions

Explain ICF qualifier values used to rate severity of impairment.

ICF uses qualifiers (0-4, 8, 9) to indicate the magnitude of a problem:

Args: qualifier: The qualifier value (0-4, 8, or 9)

Returns: Explanation of what the qualifier value means.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qualifierYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries full burden. It states the tool returns an explanation, but does not disclose side effects or limitations. For a read-only lookup, this is adequate but minimal.

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 concise with two paragraphs. The first paragraph defines purpose, second includes Args/Returns. Some redundancy with schema but overall efficient.

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 simplicity (1 param, output schema exists), the description covers the tool's function adequately. It explains what the tool does and what it returns.

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 schema has 0% coverage, but the description adds meaning by specifying allowed values (0-4, 8, 9) and that qualifier is an integer. This compensates for the schema gap.

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 'Explain ICF qualifier values' with a specific verb and resource. It distinguishes from sibling tools like icf_search or icf_lookup by focusing on explanation of qualifiers.

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 implies usage when understanding qualifier values is needed, but does not explicitly state when not to use it or provide alternatives. The context of sibling tools suggests this is the only explanation tool, but guidance is lacking.

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/stayce/icf-mcp-server'

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