Skip to main content
Glama

Fulcra Context MCP

get_metric_samples

Retrieve raw metric samples within a specified time range using Fulcra Context MCP. Handles overlapping ranges, includes time zones, and returns JSON for analysis.

Instructions

Retrieve the raw samples related to a given metric for the user during a specified period.

In cases where samples cover ranges and not points in time, a sample will be returned if any part of its range intersects with the requested range. For example, if start_time is 14:00 and end_time is 15:00, a sample covering 13:30-14:30 will be included. Result timestamps will include time zones. Always translate timestamps to the user's local time zone when this is known. Args: metric_name: The name of the metric to retrieve samples for. Use `get_metrics_catalog` to find available metrics. start_time: The start of the time range (inclusive), as an ISO 8601 string or datetime object. end_time: The end of the time range (exclusive), as an ISO 8601 string or datetime object. Returns: A JSON string representing a list of raw samples for the metric.

Input Schema

NameRequiredDescriptionDefault
end_timeYes
metric_nameYes
start_timeYes

Input Schema (JSON Schema)

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

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