Skip to main content
Glama

Get equipment

tp_get_equipment
Read-onlyIdempotent

List TrainingPeaks equipment (bikes, shoes) for your profile or a specified athlete. Filter by type to get specific gear.

Instructions

List equipment (bikes, shoes).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoall
athleteNoTarget athlete name or ID (coach accounts only). Omit to use your own profile.
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true. The description adds only the resource scope (bikes, shoes) and does not disclose any additional behavioral traits beyond what annotations already provide. It does not contradict the annotations.

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 only 4 words ('List equipment (bikes, shoes).') with the verb front-loaded and no redundant information. It is an excellent example of concise, purposeful writing.

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?

For a simple read-only list with two optional parameters and strong annotations, the description is largely sufficient. The schema fills in details about the type enum and athlete filtering. Minor gap: the parenthetical could be misleading about the default 'all' type, but that is resolved in the schema.

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?

The schema provides an enum for `type` with values 'bike', 'shoe', 'all' and a default of 'all', plus a description for `athlete`. The description's parenthetical aligns with the enum values but omits the 'all' option, which could be slightly ambiguous. It adds minimal semantic value beyond the schema.

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 uses a specific verb 'List' with the resource 'equipment' and adds a clarifying parenthetical '(bikes, shoes)'. This clearly distinguishes it from sibling write tools like tp_create_equipment, tp_update_equipment, and tp_delete_equipment.

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?

The verb 'List' implies read-only usage, and the sibling tools have write verbs, so the intended context is inferred. However, the description does not explicitly state when to use this tool versus alternatives, nor does it mention the optional type/athlete filters or coach-only restriction.

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/JamsusMaximus/TrainingPeaks-MCP'

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