Skip to main content
Glama
bbruhn91

Aedifion MCP Server

by bbruhn91

get_project_timeseries

Retrieve time series data for specific datapoints within a project, with options to filter by time range, resample intervals, and customize output formats.

Instructions

Get time series data for one or more datapoints in a project.

Args: project_id: The project's numeric ID. datapoint_ids: Comma-separated datapoint IDs (hash keys or alternate keys). start: Start time in ISO 8601 format (e.g. '2024-01-01T00:00:00Z'). end: End time in ISO 8601 format. max: Maximum number of observations to return. samplerate: Resample interval (e.g. '15min', '1h', '1d'). interpolation: Interpolation method when resampling (e.g. 'linear', 'pad'). aggregation: Aggregation method when resampling (e.g. 'mean', 'sum', 'max', 'min'). short: If true, return short format (timestamps + values only). units_system: Unit system (e.g. 'SI', 'imperial'). currency_system: Currency system.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes
datapoint_idsYes
startNo
endNo
maxNo
samplerateNo
interpolationNo
aggregationNo
shortNo
units_systemNo
currency_systemNo
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/bbruhn91/mcp-server-aedifion'

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