Skip to main content
Glama

add_run_note

Add a coach note to a run record to capture athlete context such as treadmill paces, watch glitch, or how they felt. Notes persist across sessions and appear in run context output.

Instructions

    Add a coach note to a cached run. Notes persist across sessions.

    Use this when the athlete shares context that changes interpretation
    of a run (treadmill paces, watch glitch, how they felt, etc.).
    Notes appear as 📝 lines in get_run_context() output.

    Args:
        activity_id: The Strava activity ID.
        note: The note text to append.

    Returns:
        Confirmation message.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteYes
activity_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, but description discloses key traits: notes persist across sessions and appear as 📝 in get_run_context output. For a simple write operation, this is sufficient transparency.

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?

Five well-organized sentences: purpose, persistence, usage example, parameter list, return value. Every sentence contributes value. Slightly verbose but acceptable.

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?

Covers all essential aspects: what it does, when to use, parameters, behavior, and output. Output schema exists so return value explanation is adequate. No gaps given the tool's simplicity.

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 has 0% description coverage, but the description defines both parameters: activity_id as 'The Strava activity ID' and note as 'The note text to append'. This adds necessary meaning beyond type/title.

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 verb 'Add' and resource 'coach note to a cached run', and distinguishes it from siblings like add_coaching_feedback and add_plan_run by specifying run context. It also explains persistence across sessions.

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?

Explicitly tells when to use: 'when the athlete shares context that changes interpretation of a run'. Lists examples. Doesn't explicitly state when not to use, but the guidance is clear and specific.

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/wernerpe/mcpacer'

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