Skip to main content
Glama
rirko

shdc-appointment-mcp

by rirko

新增治疗记录

health_treatment_add

Add a health treatment record for surgeries, operations, radiotherapy, rehabilitation, or conservative care. Specify treatment type, dates, hospital, doctor, effects, and adverse effects.

Instructions

记录手术、操作、放化疗、康复、保守治疗等治疗信息。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
notesNo
doctorNo
effectNo
endDateNo
hospitalNo
startDateNo
departmentNo
documentIdsNo
treatmentTypeNo
adverseEffectsNo
Behavior2/5

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

No annotations are provided, and the description does not disclose any behavioral traits like required permissions, side effects, idempotency, or pagination behavior. It only states the general action without additional context.

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

Conciseness3/5

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

The description is a single concise sentence, but it lacks necessary details. While brevity is good, it comes at the cost of providing comprehensive information, resulting in a balanced score.

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

Completeness1/5

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

Given the tool has 11 parameters, no output schema, and no annotations, the one-sentence description is grossly inadequate. It does not explain parameter semantics, required fields, or return values, leaving the agent without sufficient context for proper invocation.

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

Parameters1/5

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

The description adds no meaning beyond the input schema; it does not explain any of the 11 parameters (e.g., name, notes, doctor). With 0% schema description coverage, the burden is on the description to clarify fields, which it fails to do.

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 verb '记录' (record) and the resource '治疗信息' (treatment information), and provides specific examples of treatment types (surgery, operation, radiotherapy, etc.), making it distinct from sibling tools like health_medication_add or health_treatment_list.

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 is given on when to use this tool versus alternatives such as health_medication_add or health_treatment_list. There is no mention of prerequisites, exclusions, or context for selecting this tool over others.

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/rirko/shdc-appointment-mcp'

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