Skip to main content
Glama
tresor4k

macalc

calculate_marathon_splits

Generate target split times for a marathon or half-marathon based on your target finish time. Returns 5K splits, halfway time, and pace.

Instructions

Generate target split times for a marathon, half-marathon, or other race. Use for race-day pacing. Inputs: target finish time, distance km. Returns 5K splits, halfway, and final pace. See list_bundles for related 'sport' calculators.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
target_time_minutesYesTarget marathon finish time in minutes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultNoComputed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools).
formulaNoHuman-readable formula or method used (e.g. "I=P·r·t", "Magnus formula").
sourceNoAuthoritative source for the rule or formula (e.g. "Article 197 CGI", "NF DTU 21").
reference_urlNoLink to a calcul2 page documenting the calculation in detail.
Behavior1/5

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

The description claims 'Inputs: target finish time, distance km,' but the input schema only includes 'target_time_minutes' with no distance parameter. This is a major contradiction between the description and the schema, introducing misleading information. No annotations exist, so the description carries the full burden, and it fails.

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?

The description is three sentences long, front-loaded with the tool's purpose and usage. It is appropriately sized and does not contain unnecessary information, though the incorrect mention of inputs slightly detracts.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description mentions return values (5K splits, halfway, final pace), which is helpful. However, it omits the fact that the input schema does not include distance, and it provides no information about the output schema's structure or possible edge cases. For a simple tool, this incomplete and partly incorrect context is insufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% (one parameter with a description), so baseline is 3. However, the description adds a spurious parameter (distance km) not present in the schema, creating confusion. It does not enhance the understanding of the actual parameter beyond the schema's own description.

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 states 'Generate target split times for a marathon, half-marathon, or other race.' It clearly identifies the verb (generate) and resource (target split times for races), making the purpose evident. However, it does not explicitly differentiate from sibling tools like calculate_running_pace or calculate_race_prediction, though it suggests using list_bundles for related calculators.

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

Usage Guidelines3/5

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

The description says 'Use for race-day pacing,' providing a clear context of use. It also refers to list_bundles for related 'sport' calculators, implying alternatives exist, but it does not specify when to use this tool versus those alternatives or any exclusions.

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/tresor4k/macalc-mcp'

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