Skip to main content
Glama
nico-b

Nolio MCP Server

by nico-b

get_records

Retrieve personal records for power, heart rate, pace, and more. Filter by date, sport, and duration or distance to analyze your best performances.

Instructions

Get personal records (power, HR, pace, etc.).

Args: cat: Record category — ppr (power), phrr (HR), par (pace), ptr (time), pvar (speed), pcadr (cadence) record_type: Either 'time' or 'distance' from_date: Start date filter (YYYY-MM-DD) to_date: End date filter (YYYY-MM-DD) sports: Comma-separated sport IDs (e.g. '9,23') items: Comma-separated durations in seconds or distances in meters

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
catYes
itemsNo
sportsNo
to_dateNo
from_dateNo
record_typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description bears full burden for disclosing behavior. It implies a read-only operation but doesn't explicitly state it. No mention of side effects, authorization needs, or rate limits.

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?

The description is a concise summary followed by a well-organized bulleted list of parameters. Every sentence adds value without redundancy.

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?

Given that an output schema exists, return value explanation is unnecessary. The description adequately covers the main parameters and purpose. Minor gap: not stating that records are for the authenticated user.

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 the description compensates well by detailing each parameter, especially 'cat' with its abbreviations and 'items' with units. However, date format is not specified and sports IDs meaning could be expanded.

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 'Get personal records' and lists specific categories (power, HR, pace, etc.), differentiating it from sibling tools that deal with other data like metrics, notes, or workouts.

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

Usage Guidelines3/5

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

No explicit guidance on when to use this tool vs alternatives, but the context of 'personal records' and sibling tool names implies distinct usage. Some insight on parameter selection is provided but no when-to-use or when-not-to-use statements.

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/nico-b/nolio-mcp'

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