Skip to main content
Glama

Fulcra Context MCP

get_workouts

Retrieve workout details for a specific time period from Fulcra Context MCP. Input start and end timestamps with time zones; results are translated to the user's local time zone.

Instructions

Get details about the workouts that the user has done during a period of time. Result timestamps will include time zones. Always translate timestamps to the user's local time zone when this is known.

Args: start_time: The starting time of the period. Must include tz (ISO8601). end_time: the ending time of the period. Must include tz (ISO8601).

Input Schema

NameRequiredDescriptionDefault
end_timeYes
start_timeYes

Input Schema (JSON Schema)

{ "properties": { "end_time": { "format": "date-time", "title": "End Time", "type": "string" }, "start_time": { "format": "date-time", "title": "Start Time", "type": "string" } }, "required": [ "start_time", "end_time" ], "type": "object" }

Other Tools from Fulcra Context MCP

Related Tools

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/fulcradynamics/fulcra-context-mcp'

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