Skip to main content
Glama

get_daily_activity_statistics

Returns aggregated daily step count and energy consumption data for any date range up to 28 days. Use to get total daily activity metrics instead of detailed time-series.

Instructions

Returns aggregated daily step count and energy consumption (joules) from the /247 API for the given datetime range. Response is an array of AggregatedActivityData objects, each with a Name ('stepcount' or 'energyconsumption'), Aggregation ('sum'), and Sources array containing per-device Samples with TimeISO8601 and Value. Maximum fetch interval is 28 days. Samples with null Value indicate no data synced for that day. Prefer this tool over list_daily_activity when you need totals rather than intraday time-series. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
startdateYesStart datetime in ISO-8601 format (e.g. 2026-04-01T00:00:00). Data is stored in UTC.
enddateYesEnd datetime in ISO-8601 format (e.g. 2026-04-30T23:59:59). Must be within 28 days of startdate.
Behavior5/5

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

No annotations are provided, so the description fully bears the burden. It states the tool is read-only, describes the response structure, and discloses behavioral traits like maximum interval and null value meaning. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences clearly convey purpose, response format, usage guidance, and read-only nature. No redundancy, but could potentially be slightly more concise by merging response format details. Still efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the moderate complexity (2 params, no output schema, no annotations), the description covers all necessary context: what the tool does, what it returns, constraints, and differentiation from siblings. It is complete for a retrieval tool.

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

Parameters3/5

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

Schema description coverage is 100%, so baseline is 3. The description does not add parameter-specific information beyond what is already in the schema (ISO-8601, UTC, 28-day constraint). The response structure description is helpful but not directly about parameters.

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

Purpose5/5

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

The description clearly states the tool returns aggregated daily step count and energy consumption from the /247 API for a datetime range. It specifies the verb ('Returns') and resource, and distinguishes from sibling list_daily_activity by noting preference when totals are needed vs intraday time-series.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly advises when to prefer this tool over list_daily_activity (for totals) and notes the maximum fetch interval of 28 days. It also explains that null Value indicates no synced data, providing clear usage context.

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/googlarz/suunto-mcp'

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