Skip to main content
Glama
Ma1ndo26rc

Fitbit Health MCP Server

by Ma1ndo26rc

get_steps

Retrieve daily step totals for the past 1, 3, 7, or 14 days to track your activity trends.

Instructions

Get normalized daily step counts for the requested number of days.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
diagnosticsYes
missing_dataYes
available_daysYes
requested_daysYes
Behavior3/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 mentions 'normalized' and 'for the requested number of days,' which provide some behavioral context, but it does not explain what normalization means, how the days are calculated, or any other side effects or constraints. This is minimal and leaves room for ambiguity.

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, clear sentence with no filler. It front-loads the main function (get normalized daily step counts) and includes the key parameter behavior (number of days) without any unnecessary detail.

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?

Given the tool's low complexity (one parameter, no annotations), the description covers the essential purpose and parameter semantics. An output schema exists, so return values need not be described. However, it could briefly clarify 'normalized' or the exact time window, making it complete but not exhaustive.

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 schema has 0% description coverage for the 'days' parameter, so the description must compensate. It states that step counts are for the requested number of days, which directly explains the semantic of the parameter beyond the enum values. This adds meaning and helps the agent understand what to provide.

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 that the tool retrieves normalized daily step counts for a specified number of days. The verb 'get' and resource 'daily step counts' are specific, and it distinguishes itself from sibling tools that focus on heart rate, sleep, or health summaries.

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 implies usage when step count data is needed, but it does not explicitly state when to use this tool over alternatives like get_health_summary. There is no guidance on exclusions or comparison with siblings, so the usage context is implied rather than explicit.

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/Ma1ndo26rc/fitbit-health-mcp'

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