Skip to main content
Glama

list_patients

Retrieve active cancer patients with their identifiers, document counts, and types to facilitate medical document management and patient selection.

Instructions

List all available patients.

Shows active patients with their slug, name, document count, and patient type. Use select_patient to switch to a different patient.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that it shows 'active patients' and specifies the fields returned (slug, name, document count, patient type), which is valuable behavioral information. However, it doesn't mention pagination, sorting, filtering capabilities, or any rate limits/authentication requirements that might be relevant for a list operation.

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 perfectly concise and well-structured: two sentences that each serve a clear purpose. The first sentence states the core functionality, the second provides crucial usage guidance. There is zero wasted verbiage or redundancy.

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 that this is a read-only list operation with 0 parameters, 100% schema coverage, and an output schema exists, the description provides adequate context. It explains what the tool does, what information it returns, and when to use it versus the key sibling tool. The main gap is lack of behavioral details like pagination or filtering limitations, but for a simple list tool, this is reasonably complete.

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 tool has 0 parameters with 100% schema description coverage, so the baseline would be 3. However, the description adds value by clarifying that this lists 'all available patients' and 'active patients,' which helps the agent understand this is a parameterless operation that returns a complete set rather than requiring filtering parameters. This semantic clarification justifies a score above baseline.

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?

The description clearly states the tool's purpose: 'List all available patients' with specific details about what information is shown (slug, name, document count, patient type). It distinguishes from the sibling 'select_patient' by mentioning it's for switching patients, not listing them. However, it doesn't explicitly differentiate from other list/search tools like 'list_documents' or 'search_documents'.

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

Usage Guidelines5/5

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

The description provides explicit guidance on when to use this tool versus alternatives: 'Use select_patient to switch to a different patient.' This clearly distinguishes between listing patients and selecting/activating a patient. It also implies this is for viewing active patients only, though it doesn't explicitly exclude inactive ones.

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/peter-fusek/oncofiles'

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