Skip to main content
Glama

list_activities

Read-only

Retrieve Coros training activities from the Coros API for a specified date range, with pagination support to access large workout histories.

Instructions

List Coros activities for a date range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default 1).
sizeNoResults per page (default 30, max 100).
end_dayYesEnd date in YYYYMMDD format — local calendar date (same convention as start_day).
start_dayYesStart date in YYYYMMDD format — local calendar date (per COROS_TIMEZONE, defaults to system timezone). Example: "20250316" for March 16 in your timezone.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the safety profile is known. The description adds no behavioral context beyond that—no mention of pagination behavior, timezone conventions, or result interpretation. It merely repeats the date-range concept already present in the schema.

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?

The description is a single sentence with no filler, and the main action is front-loaded. It loses a point because it is so terse that it omits useful context, but from a conciseness standpoint it is efficient.

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

Completeness2/5

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

With 4 parameters, an output schema, and 25 sibling tools, a one-line description is under-specified. It doesn't clarify what categories of activities are included, how this relates to list_planned_activities, or any edge cases. The output schema addresses return values, but the tool still needs more context for correct selection and invocation.

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 descriptions cover 100% of parameters with formats, defaults, and examples, so the description carries no extra burden. The phrase 'date range' adds no new meaning beyond what start_day and end_day already communicate. Baseline 3 is appropriate since the schema does the heavy lifting.

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 the verb 'list' and the resource 'Coros activities' with a date range scope. It distinguishes from other list_* siblings like list_exercises, though it could be more explicit that these are completed activity records as opposed to planned activities.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. Given the large number of sibling tools, including list_planned_activities and list_exercises, the description offers no exclusions or preferred context, leaving the agent to guess which list tool to invoke.

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/cygnusb/coros-mcp'

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