Fitbit · Capability

Fitbit User API — Profile

Fitbit User API. Read and update the authorized user's profile (display name, locale, units, time zone, etc.).

Fitbit User API — Profile is a Naftiko capability published by Fitbit, one of 8 capabilities the APIs.io network indexes for this provider. It bundles 1 operation.

The capability includes 1 read-only operation. Lead operation: Fetch the authorized user’s Fitbit profile. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Fitbit, User, and Profile.

Run with Naftiko FitbitUserProfile

MCP Tools

fitbit-get-profile

Fetch the authorized user's Fitbit profile.

read-only idempotent

Capability Spec

user-profile.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Fitbit User API — Profile
  description: Fitbit User API. Read and update the authorized user's profile (display name, locale, units, time zone, etc.).
  tags:
  - Fitbit
  - User
  - Profile
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    FITBIT_ACCESS_TOKEN: FITBIT_ACCESS_TOKEN
capability:
  consumes:
  - type: http
    namespace: user-profile
    baseUri: https://api.fitbit.com
    description: Fitbit User API.
    resources:
    - name: profile
      path: /1/user/-/profile.json
      operations:
      - name: getProfile
        method: GET
        description: Get the authorized user's profile.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      value: '{{env.FITBIT_ACCESS_TOKEN}}'
      placement: header
  exposes:
  - type: mcp
    namespace: user-profile-mcp
    port: 9090
    transport: http
    description: MCP adapter for Fitbit User API.
    tools:
    - name: fitbit-get-profile
      description: Fetch the authorized user's Fitbit profile.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: user-profile.getProfile
      outputParameters:
      - type: object
        mapping: $.