Skip to main content
Glama
binglua

Mi Fitness MCP CN

by binglua

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_connection_statusC

Check connection status

sync_dataD

Synchronize Mi Fitness data

get_profileB

Get user profile information

get_daily_summaryC

Get daily activity summary

query_metric_seriesD

Query metric series

query_heart_rateC

Query heart rate samples

query_body_measurementsD

Query body measurements

query_sleepC

Query sleep sessions

query_workoutsD

Query workouts

get_data_coverageD

Get data coverage

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.5/5.0

Scored across 10 tools

Disambiguation5/5

Each tool targets a distinct aspect of fitness data (e.g., connection, daily summary, heart rate, sleep, workouts), with no overlapping purposes. Agents can easily differentiate them.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (get_/query_/sync_) with clear prefixes for type of operation, making them predictable and easy to navigate.

Tool Count5/5

10 tools is well-scoped for a fitness data server, covering essential data types without being overwhelming or too sparse.

Completeness4/5

The tool set covers core fitness data areas (profile, activity, sleep, heart rate, workouts) and includes sync functionality. Minor gaps like nutrition or stress data exist, but the surface is largely complete for typical use.

Maintenance

ActivitySlowing
ResponsivenessNo issues