Skip to main content
Glama
inscada-app

@inscada/mcp-server

Official
by inscada-app

inscada_api

Destructive

Send HTTP requests to any inSCADA /api/ endpoint that lacks a dedicated tool, supporting GET, POST, PUT, DELETE, PATCH.

Instructions

Send generic HTTP request to inSCADA REST API. Access any /api/ endpoint. Non-GET requests require user confirmation. Use dedicated tools (inscada_get_live_value, list_variables, etc.) when available — only use this for endpoints without a dedicated tool. Call inscada_guide for animation creation rules, element types, and SVG requirements.

Key rules:

  • Frame variables: 2-step. (1) POST /api/variables/filter/pages body:{projectId,frameId} → var list, (2) inscada_get_live_values → values.

  • SVG REQUIRED: must include style="width:100%;height:100%;" viewBox="0 0 1920 1080" width="1920" height="1080".

  • Animation props must never be null (at least "{}"). SVG ids = domId.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodNoHTTP method (default: GET)
pathYesAPI path (must start with /api/). Path params use {id} format. E.g. /api/projects/{id}/status
query_paramsNoQuery string parameters. E.g. {projectId: 52, groupName: 'test'}. Array values are exploded.
bodyNoRequest body (for POST/PUT/PATCH). JSON object.
path_paramsNoPath parameters. E.g. {id: 52} → /api/projects/52/status
Behavior5/5

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

Beyond annotations (destructiveHint, openWorldHint), the description adds key behavioral details: non-GET require confirmation, frame variable retrieval process, SVG requirements, and animation prop rules. No contradictions with annotations.

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

Conciseness4/5

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

The description is front-loaded with the core purpose and followed by structured rules. While detailed, it maintains relevance and avoids redundancy with schema. Could be slightly more concise but still efficient.

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?

Given the tool's generic nature, the description adequately covers usage boundaries, key rules, and integration hints. No output schema exists, so return format is not specified, which is acceptable for a flexible HTTP tool.

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 coverage is 100% with detailed descriptions for all parameters. The tool description adds minimal extra meaning beyond schema, offering examples like path_params format and query_params array explosion, but these are implied in schema descriptions.

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 sends generic HTTP requests to the inSCADA REST API, accessing any /api/ endpoint. It distinguishes from dedicated sibling tools by advising to use them when available.

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

Usage Guidelines5/5

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

Explicitly instructs to use dedicated tools for known endpoints and only use this for endpoints without a dedicated tool. Also notes that non-GET requests require user confirmation, providing clear when-to-use guidance.

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