Skip to main content
Glama

icf_browse_category

Browse a top-level ICF category (b, s, d, or e) to explore available codes and chapters for functions, structures, activities, or environmental factors.

Instructions

Browse a top-level ICF category to explore available codes.

ICF has four main categories:

  • "b": Body Functions - physiological and psychological functions

  • "s": Body Structures - anatomical parts of the body

  • "d": Activities and Participation - task execution and life involvement

  • "e": Environmental Factors - physical, social, attitudinal environment

Args: category: Single letter category code (b, s, d, or e)

Returns: Overview of the category with example codes and chapters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It mentions return of an overview with example codes and chapters, but does not cover error handling, validation of invalid category input, or any other side effects. The read-only nature is implied but not explicit.

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 and front-loaded with the tool purpose. It lists categories and then provides Args/Returns sections. Slight verbosity in repeating category details could be integrated, 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 existence of an output schema (indicated by context) and the simplicity of the tool, the description covers input, output overview, and category semantics adequately. It lacks explicit error handling details but is sufficient for a browse operation.

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

Parameters5/5

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

The schema shows a single string parameter 'category' with no description or enum. The description compensates fully by specifying allowed values (b, s, d, e) and format ('single letter category code'). Schema coverage is 0%, so the description adds critical meaning.

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 verb 'browse' and resource 'top-level ICF category', and lists the four specific categories (b, s, d, e). It differentiates from sibling tools like icf_search or icf_get_children by focusing on top-level exploration.

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 for exploring top-level ICF categories but does not explicitly state when to use this tool versus alternatives like icf_search or icf_get_children. No 'when not to use' guidance is provided.

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