Get Fitbit Profile
fitbit_get_profileFetch the authenticated Fitbit user profile to access personal data. Configurable privacy modes adjust the response to summary, structured, or raw formats.
Instructions
Get the authenticated Fitbit user profile. Requires profile scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| privacy_mode | No | Optional per-call privacy override. Defaults to FITBIT_PRIVACY_MODE or structured. raw returns upstream Fitbit JSON. summary removes GPS/map details. | |
| response_format | No | markdown | |
| explicit_user_intent | No | Required true when privacy_mode=raw or include_gps=true (agent escalation of redaction). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| endpoint | Yes | ||
| privacy_mode | Yes |