Skip to main content
Glama

Compare pacing strategies

compare_pacing_strategies

Compare all nine existing intensity/shape combinations without an elapsed goal. split_percent defaults to 5, inclusive range 0-15. Preserve reference-plan locks, dwell, checkpoint windows, cutoffs and saved GAP settings. Requires current v3 course and runner artifact IDs. Defaults to load_response_evidence_v2 and allow_profile_preparation=false; experimental v3 and in-memory preparation require explicit user approval, never silently retry with permission. Returns bounded canonical alternatives and a private complete planning_report artifact, not an applied/exportable plan or chosen winner. No source replacement, evidence selection or Strava access. Use get_artifact with report_artifact_id for full diagnostics; preserve omission counts and preparation provenance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
split_percentNo
estimation_modelNoExperimental v3 requires explicit user choice and must match the stored profile model.load_response_evidence_v2
course_artifact_idYesCurrent v3 CRSProf or uploaded CRSProf source artifact; reference-plan geometry and saved constraints.
usrprof_artifact_idYesExisting USRProf or uploaded USRProf source artifact; never implicitly replace or select evidence.
allow_profile_preparationNoExplicit user permission for existing in-memory profile preparation when needed. Does not authorize source replacement.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.7/5.0
Behavior5/5

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

With all annotations set to false, the description carries the full burden of behavioral disclosure, and it does so thoroughly. It reveals preservation of locks/checkpoints/cutoffs/GAP, that it returns bounded canonical alternatives plus a private planning_report artifact, and that it never replaces sources, selects evidence, accesses Strava, or silently retries with permission. This goes well beyond the annotations and is directly useful for an agent deciding whether this tool has side effects.

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 dense but every sentence earns its place: purpose, defaulting behavior, preservation guarantees, prerequisites, permission requirements, return boundaries, and diagnostic follow-up. The structure front-loads the core purpose and then layers constraints and exclusions in a logical order without repetition.

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 tool with five parameters, two required IDs, experimental options, and important side-effect boundaries, the description covers prerequisites, defaults, permission semantics, output shape, and next steps for diagnostics. The existing output schema can carry return-value detail, so the description's level of contextual coverage is complete.

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 80%, so the baseline is 3, but the description enriches parameter meaning beyond the schema. It explains split_percent's inclusive range and default, clarifies that estimation_model v3 is experimental and must match the stored profile model, and adds that artifact IDs must be current v3 and that allow_profile_preparation never authorizes source replacement. This gives agents context the schema alone does not.

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 opens with a specific verb and resource: 'Compare all nine existing intensity/shape combinations without an elapsed goal.' This clearly distinguishes the tool from siblings like assess_finish_time_goal and compare_execution, and the closing caveats ('not an applied/exportable plan or chosen winner') further delimit its purpose.

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 gives clear usage context: it requires current v3 course and runner artifact IDs, defaults, and explicit approval conditions for experimental options. It also routes follow-up diagnostics to get_artifact with report_artifact_id. However, it does not explicitly name sibling tools or state when to prefer this over create_race_plan or compare_execution, though the exclusions strongly imply it.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources