Skip to main content
Glama
AsobaCloud

odse-mcp

by AsobaCloud

ConvertToODSE

Converts raw OEM energy telemetry (CSV/JSON) into ODS-E energy-timeseries records. Optionally auto-detects the OEM source to avoid manual specification.

Instructions

Convert raw OEM energy telemetry (CSV/JSON text or file) into ODS-E energy-timeseries records using odse.transformer.transform. Optionally auto-detect the OEM when source is omitted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceNoOEM source key (e.g. huawei, enphase). If omitted, auto-detect from payload content.
payloadNoRaw telemetry payload text (CSV or JSON)
timeoutNoTimeout in ms (max 600000)
asset_idNoOptional asset id forwarded to odse.transform
timezoneNoOptional timezone forwarded to odse.transform (e.g. +02:00)
payload_fileNoPath to a telemetry file (relative paths resolve against ODSE_WORKSPACE)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description must carry full behavioral transparency. It discloses that it uses odse.transformer.transform and can auto-detect the OEM, which gives some insight into internal logic. Yet it does not mention potential side effects, handling of conflicting payload/payload_file inputs, or return value shape, leaving the behavior only partially transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences long, front-loaded with the primary purpose and the key optional behavior. Every word contributes meaning, with no redundant information or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 6 optional parameters and no output schema, so the description needs to clarify how inputs interact and what is returned. It explains the core transformation and auto-detection but does not cover cases like supplying both payload and payload_file, or describe the output format. The description is adequate but leaves notable gaps for an agent to safely invoke the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds value by clarifying that 'CSV/JSON text or file' encompasses both the payload and payload_file parameters, and by explaining the behavior when source is omitted (auto-detection). This goes beyond the individual parameter descriptions and aids selection.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool converts raw OEM energy telemetry (CSV/JSON text or file) into ODS-E energy-timeseries records, naming the specific transformation function. It distinguishes from siblings by using 'Convert' versus 'List' or 'Validate', leaving no ambiguity about the tool's role.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description makes it clear that the tool is for converting raw telemetry into ODS-E records, which is a distinct use case from listing OEMs or validating records. It also provides usage nuance by noting that OEM auto-detection occurs when source is omitted. However, it does not explicitly mention when not to use this tool or compare with alternatives, so a 4 is appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/AsobaCloud/odse-mcp'

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