Skip to main content
Glama
babybuddy

babybuddy-mcp

Official
by babybuddy

diapers_delete_diaper_change

Permanently delete a diaper change record using its unique ID to remove incorrect or outdated entries from Baby Buddy.

Instructions

Delete a diaper change record. This action is permanent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
change_idYesID of the diaper change record to permanently delete

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It explicitly warns that the deletion is permanent, which is the key behavioral trait for a destructive tool. However, this wording largely duplicates the input schema's 'permanently delete' parameter description)Skip, and no other behavior such as side effects, error conditions, or return semantics is disclosed.

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 two short sentences with no filler: the action is front-loaded, and the permanence warning follows immediately. This is appropriately concise for a single-parameter delete operation.

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 one-parameter destructive tool with a fully documented input schema and an output schema, the description is nearly sufficient: it identifies the resource and warns that deletion is irreversible. It only lacks explicit when-to-use/alternative guidance, which is already accounted for under usage guidelines.

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?

The input schema provides 100% coverage for the only parameter, including the fact that change_id identifies the record to permanently delete. The description adds no parameter-level detail beyond the schema, so the baseline 3 applies.

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 states a clear verb and resource: 'Delete a diaper change record.' This directly distinguishes it from sibling tools like diapers_update_diaper_change and the other delete_* tools while also making the scope unambiguous.

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?

There is no guidance about when to use this tool versus alternatives such as diapers_update_diaper_change or diapers_create_diaper_change. The description only states the action, leaving the agent to infer the appropriate selection context.

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

Deploy Server

Other Tools