Skip to main content
Glama

Coordinalo — Service Business Operations

treatment_plans_list

List treatment/care plans of an organization with client, provider, status, objectives and their items (services with quantity/frequency/priority). Filter by clientId, status or proveedorId; paginated (page/limit). Read-only — plan creation/editing stays in the UI (requires clinical supervision).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
limitNo
apiKeyNo
statusNo
orgSlugYes
clientIdNo
proveedorIdNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses read-only behavior, the fields included in the response, and the available filters/pagination. It does not mention authentication or error handling, but these are less critical 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?

Two sentences with no wasted words: the first states the action and included data, the second covers filters, pagination, and read-only constraints. Information is front-loaded and easy to scan.

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?

For a list tool with no output schema and 7 parameters, the description adequately covers purpose, key filters, pagination, and the read-only restriction. It could specify response formats or error conditions, but those are not essential for a list operation.

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?

Schema description coverage is 0%, so the description compensates by explaining clientId, status, and proveedorId as filters, and page/limit as pagination. orgSlug is implied by 'organization'. apiKey is not explained, but it is a common auth parameter not critical to understanding.

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 it lists treatment/care plans and specifies the returned data (client, provider, status, objectives, items). It distinguishes this list tool from the sibling treatment_plans_get by its plural resource and filter/pagination focus.

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 description explicitly notes the tool is read-only and that creation/editing stays in the UI, providing a clear when-not-to-use cue. It does not explicitly name alternative list tools like treatment_plans_get, but the list/get distinction is implied.

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.