Skip to main content
Glama

Fitbit Data Inventory

fitbit_data_inventory
Read-onlyIdempotent

Lists supported Fitbit data domains, required auth scopes, and privacy boundaries to guide initial API calls.

Instructions

Inventory supported Fitbit data domains, auth scope requirements, privacy boundary and recommended first calls. Does not call Fitbit APIs or expose user data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
response_formatNomarkdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
sourceYes
mcp_nameYes
generated_atYes
unofficialYes
data_access_modelYes
authNo
scopesYes
api_boundaryNo
privacy_modesYes
categoriesYes
totalsYes
first_toolsYes
recommended_agent_flowYes
linksYes
notesYes
Behavior4/5

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

Annotations already declare the tool as read-only, non-destructive, and idempotent. The description adds value by clarifying it does not call external APIs or expose user data, which reinforces its safe behavioral profile.

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 extremely concise: two sentences that immediately convey the tool's purpose and safety traits. No unnecessary words or repetition.

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 simplicity (one optional parameter, clear purpose), the description covers the core needs. However, it lacks any mention of the output format parameter, which would be helpful for an agent to know how to request the desired format.

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

Parameters2/5

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

The description provides no explanation for the single parameter 'response_format', despite the schema having 0% description coverage. The parameter has clear enum values, but the description should at least mention that the output can be requested in different formats (markdown or json).

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 the tool inventories supported Fitbit data domains, auth scope requirements, privacy boundary, and recommended first calls. It also distinguishes itself from siblings that actually retrieve data by explicitly saying it does not call Fitbit APIs or expose user data.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool should be used for understanding supported data domains and auth requirements before making actual data calls, with the phrase 'recommended first calls'. However, it does not explicitly state when not to use this tool or provide alternative tools for specific cases.

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/davidmosiah/fitbitmcp'

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