Skip to main content
Glama
inscada-app

@inscada/mcp-server

Official
by inscada-app

chart_gauge

Read-only

Display a live gauge indicator for a variable, auto-updating every 2 seconds from the REST API. Provides real-time monitoring without manual refreshes.

Instructions

Display a live gauge indicator. With auto_refresh=true (default), updates every 2 seconds from REST API. Use this for real-time gauge display instead of inscada_get_live_value.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
variable_nameYesVariable name (single)
project_idYesProject ID
minNoMin value (default: 0)
maxNoMax value (default: 100)
titleNo
unitNoUnit label
auto_refreshNoLive update on/off (default: true)
Behavior4/5

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

Annotations already indicate read-only and non-destructive; description adds live update behavior every 2 seconds with auto_refresh, providing useful context beyond annotations.

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?

Two concise sentences, front-loaded with purpose and key behavior. No redundant information.

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

Completeness4/5

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

Adequate for a display tool with good annotations and schema coverage; lacks explanation of return format or non-obvious parameters like title, but overall sufficient.

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

Parameters3/5

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

Schema description coverage is high (86%), so description adds little extra meaning beyond what schema already provides; only reinforces auto_refresh default behavior.

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 displays a live gauge indicator and distinguishes it from inscada_get_live_value for real-time gauge display.

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?

Explicitly recommends this over inscada_get_live_value for real-time gauge display, though does not cover when not to use or any prerequisites.

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