Skip to main content
Glama
inscada-app

@inscada/mcp-server

Official
by inscada-app

update_custom_menu

Destructive

Update an existing custom menu: modify content, icon, position, or regenerate via templates. Read current menu first with get_custom_menu.

Instructions

Update an existing custom menu. Read with get_custom_menu first. Can use templates to regenerate content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
custom_menu_idYesCustom Menu ID
nameNoMenu name
contentNoHTML content (when not using template)
iconNoFont Awesome icon class
targetNoTarget location
positionNoPosition
menu_orderNoSort order
parent_menu_idNoParent menu ID
second_menu_idNo2nd level ID
templateNoTemplate type
variable_nameNoVariable name
project_idNoProject ID
titleNoTitle
unitNoUnit
minNoGauge min
maxNoGauge max
refresh_intervalNoRefresh interval ms
time_rangeNoTime window
space_nameNoSpace name
variablesNomulti_chart template için değişken listesi
Behavior4/5

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

Annotations already indicate destructiveHint=true and readOnlyHint=false. The description reinforces this by saying 'Update' and advising to read first, which implies overwriting. It also adds context about template regeneration, which is a behavioral detail. No contradiction 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.

Conciseness5/5

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

The description is only two sentences, both informative and to the point. First sentence states purpose, second adds actionable guidance. No wasted words.

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 the tool's complexity (20 parameters, template system), the description is somewhat minimal. It mentions templates but does not explain how parameters relate to template types or the overall update process. Schema descriptions help, but the description could be more complete regarding usage scenarios.

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%, so the description does not need to elaborate on each parameter. It adds a slight extra by linking 'content' to templates, but overall does not significantly augment the schema. Baseline of 3 is appropriate.

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 action ('Update') and resource ('existing custom menu'), and distinguishes from sibling tools like create_custom_menu or delete_custom_menu. The verb 'Update' is specific, and the suggestion to read with get_custom_menu first adds clarity.

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 gives a clear prerequisite: 'Read with get_custom_menu first.' It also mentions template usage for regeneration, which guides when to use templates. However, it does not explicitly state when not to use this tool or compare to alternatives like create_custom_menu.

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