Skip to main content
Glama

add_coaching_feedback

Append coaching feedback to a Strava activity description, preserving any existing text. Feedback is automatically wrapped with coach name and signature.

Instructions

    Add coaching feedback to a Strava activity description.

    Appends feedback from the coach to the activity's description,
    preserving any existing description text.

    IMPORTANT — pass ONLY the raw feedback body. Do NOT include:
      - a leading "(CoachName 🤖)" prefix or any 🤖 emoji
      - a trailing "Coached by MCPacer …" signature
      - separator lines like "-------"
    The tool wraps your text with all of these automatically. If you
    copy the format you see in existing descriptions, you will produce
    duplicate emojis and a duplicate signature.

    Args:
        activity_id: ID of the activity to add feedback to
        feedback: The raw coaching feedback body (no prefix, no signature)
        coach_name: Name of the coach to display (default: "Coach")

    Returns:
        Dictionary with success status or error message
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
feedbackYes
coach_nameNoCoach
activity_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so description carries full burden. It discloses appending behavior, automatic wrapping, and return format. Missing details on error cases or idempotency, but main traits are clear.

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?

Well-structured with clear paragraphs and bullet list. Front-loads main action, then provides important warnings. No superfluous content.

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?

Moderate complexity with 3 params and string manipulation. Covers constraints and return. Output schema exists, so return details not needed. Could mention error handling but overall adequate.

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%, but description compensates by explaining activity_id, feedback (raw body), and coach_name with default. Adds meaning beyond schema, though missing constraints like max length.

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 it adds coaching feedback to a Strava activity description, appending to existing text. This distinguishes it from sibling tools like add_plan_comment or add_run_note.

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 what not to include (prefix, emoji, signature) and warns about duplication. However, does not specify when to avoid this tool or provide direct alternatives among siblings.

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