Skip to main content
Glama
st3v

Running Formulas MCP Server

by st3v

convert_pace

Convert running pace and speed between units like min/km, min/mile, km/h, and mph for training calculations.

Instructions

Convert between different pace and speed units.

Args: value: The numeric value to convert. from_unit: Source unit ("min_km", "min_mile", "kmh", "mph"). to_unit: Target unit ("min_km", "min_mile", "kmh", "mph").

Returns: dict: value (float): Converted numeric value. formatted (str): Human-readable formatted result. unit (str): Target unit descriptor.

Raises: ValueError: If from_unit or to_unit are not valid, or if conversion is not supported.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYes
from_unitYes
to_unitYes

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/st3v/running-formulas-mcp'

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