Skip to main content
Glama
Tiago-Salles

Baby Routine MCP

by Tiago-Salles

routine_report

Get per-day counts and period averages for feedings, diapers, sleep, and baths.

Instructions

Per-day counts and period averages for feedings, diapers, sleep and baths.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_dateYes
resourcesNo
start_dateYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.4/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 does not mention whether the operation is read-only, any permission requirements, rate limits, or what the response format looks like. This is a significant gap for a reporting tool.

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, concise sentence that is front-loaded with the core purpose. It has no fluff or redundancy, but it is so brief that it sacrifices completeness for brevity.

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

Completeness1/5

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

For a report tool with three parameters, no output schema, and no annotations, the description is severely incomplete. It fails to explain parameter semantics, expected output, or any constraints, making it impossible for an agent to call it correctly without additional information.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate by explaining the parameters. It does not mention start_date, end_date, or resources at all, leaving all three parameters unexplained and providing no value beyond the raw schema.

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 tool produces per-day counts and period averages for feedings, diapers, sleep, and baths. It specifies the resource and output nature, distinguishing it from medication_report and today_overview by listing the categories, though it lacks an explicit verb like 'generate' or 'retrieve'.

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 on when to use this tool versus alternatives such as today_overview or medication_report. The description does not mention any conditions, exclusions, or preferred contexts, leaving the agent to infer usage.

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