Skip to main content
Glama
hiro-777-sky

personal-fitbit-mcp-server

by hiro-777-sky

get_weight_log

Retrieve weight, BMI, and fat percentage records over a specified period (7d, 30d, 3m, 6m, or 1y) to analyze health trends.

Instructions

Get weight data over a period. Returns weight, BMI, fat%. period: 7d|30d|3m|6m|1y

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNo30d

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the return fields and the allowed period values, implying a read-only operation. However, it does not mention rate limits, auth requirements, or error behavior.

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 a single sentence followed by a compact parameter list. Every word contributes value, with no redundant details.

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

Completeness5/5

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

For a one-parameter, read-only tool, the description covers the resource, return metrics, and parameter options. The presence of an output schema further specifies the return structure, making the description sufficiently complete.

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

Parameters5/5

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

The schema offers only a default value for 'period' with no description. The description compensates fully by listing the accepted values ('7d|30d|3m|6m|1y'), which is essential for correct invocation.

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 clearly states 'Get weight data over a period' and lists the specific return metrics (weight, BMI, fat%). This unambiguously distinguishes it from sibling tools like get_heart_rate or get_sleep_log.

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 description does not provide explicit guidance on when to use this tool versus alternatives. The purpose is clear enough to imply usage, but there are no named alternatives or exclusion criteria.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hiro-777-sky/fitbit_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server