Skip to main content
Glama
inscada-app

@inscada/mcp-server

Official
by inscada-app

inscada_logged_stats

Read-only

Retrieve variable statistics like min, max, average, sum, count, first, and last values over a specified time range, with optional hourly or daily grouping.

Instructions

Get variable statistics (min, max, avg, sum, count, first, last) over a time range. Supports hourly or daily grouping.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesProject ID
variable_namesYesComma-separated variable names
time_rangeNoTime range (1h, 24h, 7d)
start_dateNoStart date (ISO 8601, optional)
end_dateNoEnd date (ISO 8601, optional)
intervalNoGrouping interval (default: daily)
Behavior3/5

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

The description adds value by mentioning the statistics and grouping options, but it does not elaborate on behavioral aspects like time zone handling, empty results, or the structure of the response. Annotations already declare readOnlyHint=true, so the safety profile is clear.

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, front-loaded with the main action, and contains no redundant or verbose language. Every sentence adds essential information.

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?

Given 6 parameters (2 required) and no output schema, the description could have clarified the return format (e.g., dictionary per variable) or mentioned any limitations. It covers the main features but leaves some gaps for the agent.

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 description coverage is 100%, but the description adds meaning by explicitly listing the statistics types (min, max, avg, sum, count, first, last) that are not in the schema. This helps the agent understand what the tool computes.

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 'Get variable statistics (min, max, avg, sum, count, first, last) over a time range', specifying the verb, resource, and the exact statistics provided. It also distinguishes from siblings like inscada_logged_values by focusing on aggregated stats.

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?

While the description implicitly indicates that this tool is for aggregated statistics over time, it does not explicitly state when to use it over alternatives like inscada_logged_values or inscada_get_live_values. The presence of sibling tools suggests distinct use cases, but no direct comparison is provided.

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/inscada-app/ins-mcp-desktop-extension'

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