Skip to main content
Glama

Fitbit MCP Server

get_weight

Retrieve raw weight data from Fitbit for a specified period ending today using a 'period' parameter like '1d', '7d', or '1y'. Ideal for integrating weight trends into health applications.

Instructions

Get the raw JSON response for weight entries from Fitbit for a specified period ending today. Requires a 'period' parameter such as '1d', '7d', '30d', '3m', '6m', '1y'

Input Schema

NameRequiredDescriptionDefault
periodYesThe time period for which to retrieve weight data.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "period": { "description": "The time period for which to retrieve weight data.", "enum": [ "1d", "7d", "30d", "3m", "6m", "1y" ], "type": "string" } }, "required": [ "period" ], "type": "object" }

You must be authenticated.

Other Tools from Fitbit MCP Server

Related Tools

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

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