Skip to main content
Glama

webdiet_patient_delete

Destructive

Permanently delete a WebDiet patient (uses removerPaciente — resolves id/link from a fresh list first). Irreversible.

Bulk support: accepts patient_ids for batched execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNo
patient_idYes
patient_idsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Discloses internal mechanism (uses removerPaciente and resolves id/link from fresh list) and reiterates irreversibility. Annotations already signal destructiveness, so description adds useful behavioral context without contradiction.

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, no redundancy. First sentence states core purpose and mechanism, second adds bulk support. Information is front-loaded and every word adds value.

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 delete tool, covers permanence, irreversibility, mechanism, and bulk mode. Lacks mention of cascading effects on related data (e.g., consultations), but overall adequate for typical use.

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?

Adds meaning for patient_id (primary identifier) and patient_ids (bulk support), but does not explain the 'account' parameter. Schema has 0% description coverage, so the description partially compensates but leaves one parameter unspecified.

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?

Clearly states it permanently deletes a WebDiet patient, using specific verb 'delete' and resource 'patient', and distinguishes from sibling tools like create or list by emphasizing irreversibility and bulk support.

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?

Explicitly warns that the action is irreversible, implying caution, and mentions bulk support for batched execution. However, it lacks explicit guidance on when to use this tool versus alternatives like update or get.

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.