Skip to main content
Glama
sedoglia

Garmin Connect MCP Server

by sedoglia

Get Pregnancy Summary

get_pregnancy_summary
Read-only

Retrieve pregnancy tracking summary data from Garmin Connect to monitor health metrics and trends.

Instructions

Get pregnancy tracking summary/snapshot data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv4.3.0

TDQS

B3/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, which cover safe read behavior and lack of filters. The description adds minimal context ('summary/snapshot') but does not disclose any additional behavioral traits such as return format, aggregation, or time range.

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 with no wasted words. It is front-loaded and efficient, though its brevity borders on under-specification rather than genuine conciseness.

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?

For a no-parameter tool with no output schema, the description should clarify what 'summary/snapshot' includes, such as data fields or time period. It does not, leaving the agent to guess. While the simplicity helps, the lack of detail makes it incomplete for informed tool selection.

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

Parameters4/5

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

The tool has zero parameters, so per the rubric, the baseline is 4. The description does not need to elaborate on parameters, and the schema covers 100% of nothing. No additional parameter semantics are required.

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 retrieves pregnancy tracking summary/snapshot data, with a specific verb and resource. It distinguishes from sibling getters by the unique 'pregnancy' domain, though 'summary/snapshot' is somewhat vague about exact contents.

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 like get_progress_summary or get_daily_summary. There is no mention of context, prerequisites, or exclusions, leaving the agent without usage direction.

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