Skip to main content
Glama
bbruhn91

Aedifion MCP Server

by bbruhn91

get_datapoint_timeseries

Retrieve time-series data for a specific datapoint within a project, with options for time range, sampling, interpolation, and aggregation to analyze building performance metrics.

Instructions

Get timeseries data for a single datapoint.

Args: project_id: The project's numeric ID. datapoint_id: The datapoint identifier. start: Start time in ISO 8601 format. end: End time in ISO 8601 format. max: Maximum number of observations. samplerate: Resample interval (e.g. '15min', '1h'). interpolation: Interpolation method (e.g. 'linear', 'pad'). aggregation: Aggregation method (e.g. 'mean', 'sum'). short: Return short format. units_system: Unit system.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes
datapoint_idYes
startNo
endNo
maxNo
samplerateNo
interpolationNo
aggregationNo
shortNo
units_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