Skip to main content
Glama
babybuddy

babybuddy-mcp

Official
by babybuddy

diapers_create_diaper_change

Record a diaper change by specifying child, time, wetness, and solid contents. Add optional color, amount, or notes for complete tracking.

Instructions

Record a diaper change event.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wetYesWhether the diaper was wet
timeYesTime of the change in ISO 8601 format (e.g. 2024-01-15T14:30:00)
colorNoStool color: black, brown, green, yellow
notesNoOptional notes
solidYesWhether the diaper had solid contents
amountNoAmount/volume of contents (arbitrary units)
child_idYesID of the child. Use list_children to get IDs.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It merely restates the action and adds no context about persistence, idempotency, return behavior, or how this event relates to existing records. This is a thin description for a tool without annotation support.

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 a single, front-loaded sentence with no filler or redundant information. It efficiently conveys the core purpose without wasting tokens.

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?

Although the description is minimal, the schema covers all parameters and an output schema exists, so the agent has the necessary structured information. The main missing piece is explicit usage guidance, but for a straightforward create operation this is a minor gap.

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%, so all seven parameters, their types, defaults, and required status are already documented. The description adds no additional parameter-level meaning, so the 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 ('Record') and a specific resource ('a diaper change event'), clearly identifying the action. It also differentiates from sibling tools like diapers_update_diaper_change and diapers_delete_diaper_change by indicating creation rather than modification or deletion.

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?

There is no explicit guidance about when to use this tool instead of the update or delete variations. However, the verb 'Record' reasonably implies creating a new event, so usage is contextually evident though not explicitly spelled out.

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