Skip to main content
Glama

get_personal_records

Retrieve all personal records from Garmin Connect. View your best performances across activities to track progress and identify achievements.

Instructions

All personal records.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

C2.1/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It implies reading all personal records via the word 'all', but it does not explicitly state read-only behavior, data scope, ordering, pagination, or any limitations. This is a minimal gesture toward behavior, similar to a bare 'get' semantics inferred from the name.

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

Conciseness2/5

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

The definition is extremely short, but brevity comes at the cost of substance. 'All personal records.' is a fragment that leaves out necessary context, so this is under-specification rather than disciplined conciseness.

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?

The tool has no parameters and an output schema, which reduces complexity, but the description still fails to explain what 'personal records' means, what the returned data looks like, or how this tool fits with sibling tools. An agent would struggle to confidently select this tool for a task without additional external knowledge.

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?

There are zero parameters, so the schema is trivially complete and there is nothing for the description to explain. The baseline of 4 for zero-parameter tools applies; the description adds no parameter detail, but none is needed.

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

Purpose2/5

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

The description 'All personal records' is essentially a restatement of the tool's name, providing a noun phrase rather than a clear verb-resource statement. It names a resource ('personal records') but gives no detail about what these records are or how they differ from siblings like 'get_personal_record_types'.

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

Usage Guidelines1/5

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

There is no guidance about when to use this tool versus alternatives. No mention of prerequisites, scenarios, or exclusionary conditions relative to the many sibling tools, such as 'get_personal_record_types' or 'get_activities'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/StefanOOE/mcp-garmin'

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