Skip to main content
Glama
taimoorahmed91

FitTrack MCP Server

get_sleep

Retrieve sleep entries for a FitTrack user, optionally filtering by date or sleep hours range. If no date is provided, today's data is returned; if no hours range is given, only entries with positive sleep hours are included.

Instructions

Returns sleep entries for the authenticated FitTrack user. Optional inputs: date as YYYY-MM-DD, hours_min, and hours_max. If date is omitted, today's date is used. If no sleep-hours range is provided, only entries with hours greater than zero are returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo
hours_maxNo
hours_minNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description carries burden. It discloses default behaviors but does not discuss authentication failures, rate limits, or read-only nature (though implied). Adequate but could add more.

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?

Two sentences, no wasted words, front-loaded with purpose. Efficient and clear.

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?

With an output schema present, description doesn't need return format. Covers all input behaviors, default actions. Sibling tools not referenced but not needed. Nearly complete.

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

Parameters4/5

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

Schema coverage is 0%, so description compensates well. Explains date format, default value, and the effect of omitting hours_min/max (returns entries with hours > 0). Adds significant meaning beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it returns sleep entries for the authenticated user, specifying the resource and action. It does not explicitly distinguish from siblings get_meals and get_user, but the name and context make it distinct.

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?

Provides clear guidance on optional parameters, date format, default date behavior, and hourly range filtering. Does not mention when to avoid using or alternative tools.

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/taimoorahmed91/MCP'

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