Skip to main content
Glama
babybuddy

babybuddy-mcp

Official
by babybuddy

measurements_delete_weight

Remove a child's weight record permanently. Specify the weight ID to delete the measurement from Baby Buddy.

Instructions

Delete a weight record. This action is permanent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
weight_idYesID of the weight 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.8/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It states 'This action is permanent,' which is a key trait for a delete operation. However, it does not mention other potential behaviors like error handling, idempotency, or side effects on related data, leaving some gaps.

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 zero waste. The action is front-loaded, and the permanence warning adds value. Every word earns its place.

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 simple one-parameter delete operation, the description covers the core purpose and permanence. The output schema exists, and the schema documents the parameter. While it lacks error-handling details, the tool is simple enough that this is adequate. The description is complete for the agent to know what it does and that it's destructive.

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 already describes weight_id as 'ID of the weight record to permanently delete' with 100% coverage. The description adds no additional meaning to the parameter, so the baseline of 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 clearly states the action (delete) and the resource (a weight record), distinguishing it from sibling delete tools for other measurements like height or BMI. The phrase 'weight record' is specific and unambiguous.

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

Usage Guidelines3/5

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

No explicit guidance on when to use this tool versus alternatives. The tool name itself implies it's for weight records, but the description does not mention other delete tools or provide context like prerequisites or conditions. Usage is implied but not stated.

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