Skip to main content
Glama

list_patients

Retrieve or search patient records in Cliniko by name, email, or phone number to manage healthcare practice data.

Instructions

List or search for patients

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoSearch query (searches name, email, phone)
pageNoPage number
per_pageNoResults per page (max 100)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.7/5.0
Behavior2/5

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

No annotations provided, so the description carries full burden. It offers no behavioral details such as pagination behavior, default ordering, authentication requirements, or what happens when no query is provided. Only states 'List or search' without elaboration.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Extremely concise at 4 words, but lacks necessary information. While it is brief, it sacrifices completeness. A good concise description would include key details like pagination or search scope.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a list/search tool with 3 parameters and no output schema, the description is incomplete. It does not mention pagination behavior, search field specifics, or any constraints. Sibling tools exist that provide more context.

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?

Input schema has 100% description coverage, so the schema already explains the parameters. The description adds no extra meaning beyond the schema. Baseline score of 3 is appropriate.

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?

Description clearly states 'List or search for patients' which identifies the action and resource. It implies listing all patients or searching by query, but does not explicitly differentiate from sibling tools like get_patient (single patient) or list_appointments. However, the verb-resource combination is specific enough.

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 on when to use this tool versus alternatives (e.g., get_patient, list_invoices). The description does not provide context on optimal use cases or limitations.

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