Skip to main content
Glama

Log Nappy Change

create_nappy

Log a nappy/diaper change for a baby. Accepts flexible time formats.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYesNappy type
notesNoOptional notes (max 10,000 chars)
babyIdYesThe baby's UUID
timestampYesWhen the nappy change happened: Date/time — accepts ISO 8601 ("2026-05-07T20:00:00Z"), relative ("2 hours ago", "now"), day+time ("today 3pm", "yesterday 8:30pm"), time-only ("3pm"), or date+time ("2026-05-07 8pm")

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
totalResultsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / properties / notes / description
      Previous value: -"Optional notes"New value: +"Optional notes (max 10,000 chars)"
    • addedInput schema / properties / notes / maxLength
      Added value: +10000
  2. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already indicate non-readOnly behavior, and the description adds the useful detail that flexible time formats are accepted. However, it does not disclose other behavioral traits such as whether the created record is editable or how it interacts with related baby data.

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 concise sentences that front-load the main action and include a key feature (flexible time formats). No unnecessary words or repetition of schema details.

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 log tool with full schema coverage and an output schema, the description is nearly complete. It clearly states the action and key input flexibility; only explicit guidance on when not to use it or how it differs from other create tools is missing.

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 provides descriptions for all 4 parameters with 100% coverage, including detailed timestamp format guidance. The description's mention of 'flexible time formats' reinforces the schema but adds little beyond it.

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 uses a specific verb ('Log') and resource ('nappy/diaper change'), which clearly distinguishes it from sibling tools like create_feed and create_sleep. The title 'Log Nappy Change' reinforces the purpose.

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?

The purpose is so specific that usage is implied, but the description does not explicitly state when to use this tool vs alternatives or mention any exclusions. No guidance is given for cases like recurring changes or integration with other baby logs.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources