Skip to main content
Glama

Add athletes to group

tp_add_athletes_to_group
Idempotent

Add athletes to a TrainingPeaks group by group ID and athlete IDs. Use to assign or move athletes between groups in bulk.

Instructions

Add one or more athletes to a group. Moving an athlete = add to the new group + remove from the old one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_idYesGroup (tag) ID.
athlete_idsYesAthlete IDs to add.
Behavior4/5

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

Annotations already disclose non-read-only, idempotent, open-world, and non-destructive traits. The description adds the key behavioral nuance that adding to a new group also removes from the old one, which is useful beyond schema/annotations. No contradiction.

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 concise: two sentences, front-loaded with the action, and every word adds value. The move clarification is essential and efficiently worded.

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?

For a simple 2-parameter tool, the description covers the core operation and the important edge case of moving athletes. Annotations handle safety traits, and no output schema is needed. The description is complete for this complexity level.

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?

Both parameters (group_id, athlete_ids) are fully described in the schema with 100% coverage. The description does not add additional parameter-level detail beyond 'one or more athletes', so the baseline score of 3 is appropriate.

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 action ('Add one or more athletes to a group') and the resource. It also distinguishes the tool from sibling tp_remove_athletes_from_group by explaining move semantics, making the purpose unambiguous.

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

Usage Guidelines4/5

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

The description implicitly provides usage guidance: use this tool to add athletes, and if moving an athlete, it handles both add and remove. It does not explicitly mention alternatives or when not to use, but the context is clear enough for selection.

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