Skip to main content
Glama
babybuddy

babybuddy-mcp

Official
by babybuddy

diapers_list_diaper_changes

List diaper changes by wet/dry state, stool color, date range, tags, or child. Query records to review and monitor diaper history.

Instructions

List diaper change records with optional filters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wetNoFilter by wet diaper (True/False)
dateNoFilter by exact date, YYYY-MM-DD
tagsNoFilter by tag names (records having all listed tags)
colorNoFilter by stool color: black, brown, green, yellow
limitNoMaximum number of records to return
solidNoFilter by solid diaper (True/False)
child_idNoFilter by child ID. Use list_children to get IDs.
date_maxNoEnd of date range, YYYY-MM-DD
date_minNoStart of date range, YYYY-MM-DD
orderingNoOrder by field, e.g. 'time' or '-time' (descending)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/5

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

Annotations are absent, so the description carries the full burden. It only says 'List with optional filters' without disclosing pagination, default ordering, response format, or any side effects. The output schema exists but the description doesn't mention what to expect.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single sentence that is efficient and front-loads the core purpose. No fluff or redundancy. It is appropriately concise for a simple list operation.

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

Completeness2/5

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

With 10 parameters and an output schema, the description is too thin. It doesn't explain that filters can be combined, that limit defaults to 50, or any typical use cases. An agent is left to infer capabilities from the schema alone, which the description should complement.

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 coverage is 100%, so all parameters are documented in the schema. The description adds no additional meaning—'optional filters' merely echoes the schema. Baseline of 3 applies because the schema handles parameter details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (list) and resource (diaper change records). It distinguishes from create/update/delete siblings by using 'list', but doesn't explicitly differentiate from other list tools like list_tummy_times; however, the resource name makes it specific enough.

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?

No guidance on when to use this tool vs alternatives. It doesn't mention that this is the appropriate tool for retrieving diaper change history or mention any exclusions. There is no reference to sibling list tools or to create/update/delete operations.

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