Skip to main content
Glama
babybuddy

babybuddy-mcp

Official
by babybuddy

pumping_list_pumping

Retrieve pumping session records using optional filters by child ID, start/end time range, and ordering. Use to query specific sessions for review or analysis.

Instructions

List pumping session records with optional filters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoFilter by exact end time, ISO 8601
limitNoMaximum number of records to return
startNoFilter by exact start time, ISO 8601
end_maxNoLatest end time, ISO 8601
end_minNoEarliest end time, ISO 8601
child_idNoFilter by child ID. Use list_children to get IDs.
orderingNoOrder by field, e.g. 'start' or '-start' (descending)
start_maxNoLatest start time, ISO 8601
start_minNoEarliest start time, ISO 8601

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?

With no annotations, the description carries the full burden of behavioral disclosure. It only restates that the tool lists records with optional filters; it does not mention that this is a read-only operation, how filters combine, default ordering, or pagination behavior. The word 'List' hints at non-mutation, but no meaningful behavioral context is added.

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?

The description is a single, front-loaded sentence with no filler or redundant phrasing. It is appropriately concise, though it leans toward under-specification for a tool with nine parameters.

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

Completeness3/5

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

The schema covers all parameters thoroughly and an output schema exists, so the mechanical invocation is well specified. However, the description omits usage context and behavioral details, which are not compensated by annotations. For a straightforward list tool, this is minimally adequate but not complete.

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 the input schema already explains every parameter. The description adds no extra parameter semantics beyond saying filters are optional, which is already evident from the schema's defaults and nullable types. Baseline 3 applies.

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'), the resource ('pumping session records'), and the optional nature of filters. It is distinguishable from the pumping create/update/delete siblings, though it does not explicitly differentiate itself from other list_* tools.

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 is provided about when to use this tool versus alternatives. There is no mention of situations favoring this list operation over other data-retrieval or pumping-related tools, leaving the agent to infer usage solely from the name.

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