Skip to main content
Glama
babybuddy

babybuddy-mcp

Official
by babybuddy

feedings_delete_feeding

Permanently deletes a feeding record by its ID. Use this to remove incorrect or unwanted entries from your Baby Buddy data.

Instructions

Delete a feeding record. This action is permanent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
feeding_idYesID of the feeding 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.7/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly states the permanence of the deletion, which is valuable, but does not mention error behavior, idempotency, authorization requirements, or what happens to related records.

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 short sentences with zero filler: the core action is stated first and the key consequence (permanence) is front-loaded. Every word earns its place.

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 single-parameter delete operation with an output schema available and full schema coverage. The description covers the target resource and the critical permanence consequence, which is sufficient for an agent to invoke it 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 schema already documents feeding_id as 'ID of the feeding record to permanently delete.' The description adds no parameter-level meaning beyond the schema, so the baseline 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 feeding record.' It clearly differentiates from siblings like feedings_update_feeding or feedings_list_feeding by targeting deletion only, and the addition of 'permanent' reinforces the action's nature.

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?

The description provides no guidance on when to use this tool versus alternatives, no exclusions, and no mention of prerequisites such as the record existing or being owned by the current user. Usage context is only implied by the tool's name and delete-sibling pattern.

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