Skip to main content
Glama

Fueling Plan

fueling-plan
Read-onlyIdempotent

Build a minute-by-minute race or long-run fueling plan. Returns target carbs/hour, gel count, gel timing schedule, and total carbs. This is the core FuelCenter tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hoursYesRace or run duration, hours portion.
bufferNoMinutes of buffer at start and end where no gel is taken. Default 5.
gelKeyYesGel product key. See /api/tools/gel-comparison for full catalog.
minutesYesRace or run duration, minutes portion.
drinkMixNoWhether the runner uses a carbohydrate drink mix. Default false.
intensityYesEffort level.
targetCPHNoTarget carbs per hour. If omitted, default is derived from guideline.
experienceNoRunner experience with fueling. Default "standard".
drinkCarbsTotalNoTotal grams of carbs from drink mix across the run. Default 0.

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, so safety is covered. The description adds output details (returns target carbs, gel count, timing) but doesn't disclose any algorithmic behavior or edge cases. No contradiction with 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?

Two sentences, front-loaded with the primary action and output. The phrase 'core FuelCenter tool' is minor extra but not wasteful. Every sentence serves a purpose.

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?

Complex tool with 9 parameters and no output schema, but the description states the key return values and the schema fully documents inputs. Given the rich schema and simple read-only nature, the description is largely sufficient, though it could mention interaction with related tools.

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?

Schema covers 100% of parameters with individual descriptions, so the description need not repeat them. The description adds no extra parameter semantics beyond listing general outputs, which aligns with the baseline for full schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool's purpose: 'Build a minute-by-minute race or long-run fueling plan' and lists key outputs (target carbs/hour, gel count, schedule, total carbs). It distinguishes from siblings by its focus on plan generation, though it doesn't explicitly name alternatives like gel-comparison.

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

Usage Guidelines2/5

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

No when-to-use guidance or explicit comparison to sibling tools. 'This is the core FuelCenter tool' implies centrality but doesn't explain when to choose this over carb-loading, hydration, or gel-comparison. Users must infer usage from the description.

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.

TDQS

A4/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, but heat-adjustment and hydration both estimate fluid needs based on temperature and humidity, which could cause an agent to select the wrong one. The other tools (carb-loading vs fueling-plan, pace-calculator vs race-time-predictor) are well-differentiated by their pre-race vs during-race and basic vs predictive focus.

Naming Consistency5/5

All tool names are lowercase and use hyphens to join words (e.g., carb-loading, fueling-plan). The pattern is consistent and predictable, with no mixing of camelCase, snake_case, or other conventions. Even 'hydration' fits as a single-word name matching the overall simplicity.

Tool Count5/5

Seven tools is a well-scoped set for a running-fueling domain. Each tool addresses a distinct aspect of race preparation and execution, and none feel redundant or unnecessary. This is squarely in the optimal 3-15 range.

Completeness5/5

The tool surface covers the full pre-race and race-day fueling workflow: pace/race-time prediction, fueling plan generation, hydration, heat adjustment, carb-loading, and gel selection. No obvious gaps exist for the stated purpose of creating and refining race fueling strategies.

Resources