Skip to main content
Glama
babybuddy

babybuddy-mcp

Official
by babybuddy

measurements_delete_height

Permanently remove a specific height measurement from Baby Buddy by providing its record ID.

Instructions

Delete a height record. This action is permanent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
height_idYesID of the height record to permanently delete

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description must carry behavioral disclosure. The explicit 'This action is permanent' is valuable because it signals irreversibility, a key behavior for a delete operation. It does not detail side effects or authorization, but for a simple single-record delete this is sufficient.

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 wasted words. The core operation is stated first, and the critical permanence warning follows immediately, making the key information highly scannable.

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

Completeness5/5

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

This is a simple one-parameter delete operation. The description names the operation, marks it permanent, and the output schema is present, so return behavior is covered. Nothing else is needed for an agent to invoke the tool correctly.

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?

Schema description coverage is 100%, and the height_id parameter is already described as the ID of the height record to permanently delete. The tool description adds no further parameter meaning beyond what the schema provides, so a baseline score of 3 is appropriate.

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 specific verb and resource: 'Delete a height record.' This clearly distinguishes it from sibling deletion tools for other measurement types (e.g., delete_bmi, delete_weight) and from non-deletion height tools.

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?

Usage is implied rather than explicitly stated: the description tells the agent what the tool does, so an agent can infer to use it when a height record needs to be removed. However, it does not explicitly say when to prefer this over alternatives or mention any prerequisites.

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