Skip to main content
Glama

veterical

List numeric procedure catalog metadata

list_procedures
Read-onlyIdempotent

List bounded numeric catalog configuration for one tenant-owned Veterical clinic: price, duration, and edit time only. Names, descriptions, identifiers, patient-linked treatments, diagnoses, notes, reminders, and every other free-text or clinical field are excluded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
cursorNoOpaque cursor from a prior result
clinicIdYesOwned clinic id to inspect

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nextCursorYes
proceduresYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already carry the safety profile (readOnlyHint=true, idempotentHint=true, destructiveHint=false). The description adds genuine behavioral context by disclosing that only three numeric fields are returned and that all free-text/clinical data is excluded — a real boundary beyond what annotations express. No contradiction with annotations.

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?

Two front-loaded sentences: the first conveys verb, resource, and scope; the second delimits exclusions. The exclusion list is slightly long and the 'Veterical' typo is a minor quality blemish, but there is no wasted content.

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?

Output schema and annotations cover return values and the read-only safety profile. The description covers purpose and exclusions, and the required clinicId is documented in the schema. The main gap is missing pagination/iteration guidance for limit and cursor, though the cursor schema description partially addresses this.

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

Parameters2/5

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

The description adds no parameter-specific meaning. Schema covers clinicId and cursor (67%), but the limit parameter has no schema description and the description does not compensate for it. The description's field enumeration (price, duration, edit time) describes output shape, not parameter semantics.

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?

States a specific verb ('List') and a specific resource: bounded numeric catalog configuration for a clinic, restricted to price, duration, and edit time. The explicit exclusion list (names, descriptions, identifiers, patient-linked treatments, etc.) clearly separates it from sibling tools like list_clinics, list_clinic_providers, and list_payments. The 'Veterical' typo is minor and does not undermine clarity.

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

Usage Guidelines4/5

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

The exclusion sentence gives explicit when-not-to-use guidance: an agent seeking names, descriptions, identifiers, or clinical fields is told this tool will not provide them. However, no alternative sibling tool is named, so the agent must infer which sibling covers the excluded fields.

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