Skip to main content
Glama

List available procedures

list_procedures
Read-only

List the procedures/specialties covered by NavMDs, with the number of doctors for each. Useful for grounding a search.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax procedures (default 100, ordered by doctor count).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true. The description adds that the tool returns doctor counts, which is useful but not critical. It does not elaborate on the open-world nature or any behavioral quirks beyond what annotations provide.

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 two sentences, concise and front-loaded. The first sentence states the core functionality, and the second adds context. No unnecessary words.

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 no output schema, the description adequately mentions that the tool returns procedures/specialties and doctor counts. It is complete for a simple list tool, though additional details about response fields or ordering could be helpful but are not essential.

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

Parameters3/5

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

Schema coverage is 100% with a well-described 'limit' parameter. The description does not add information about the parameter beyond the schema, so it meets the baseline for high coverage without adding extra value.

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 tool lists procedures/specialties with doctor counts, using a specific verb and resource. It distinguishes itself from sibling tools like fetch and search by specifying that it provides a summary with doctor counts, useful for grounding searches.

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 mentions the tool is 'useful for grounding a search', providing a general context. However, it does not explicitly state when to use this tool versus alternatives like search_doctors or find_local_specialists, nor does it provide exclusions or prerequisites.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources