Skip to main content
Glama

manage_ui

Manage OpenHAB UI components: install add-ons, update sitemaps, create semantic tags, and control discovery inbox approvals.

Instructions

UI, add-ons, sitemaps, semantic tags, and discovery inbox. action: addons, install_addon, uninstall_addon, sitemaps, sitemap_to_main_ui, ui_components, ui_tiles, generate_widget, semantic_tags, create_tag, update_tag, delete_tag, inbox_list, inbox_approve, inbox_ignore, inbox_unignore.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
addonIdNoUsed by: install_addon, uninstall_addon
namespaceNoUsed by: ui_components (e.g. ui:pages)
itemNameNoUsed by: generate_widget
sitemapNameNoUsed by: sitemap_to_main_ui
tagIdNoUsed by: update_tag, delete_tag
tagDataNoUsed by: create_tag, update_tag
thingUIDNoUsed by: inbox_approve, inbox_ignore, inbox_unignore
labelNoUsed by: inbox_approve
newThingIdNoUsed by: inbox_approve
Behavior1/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only lists sub-actions with no mention of side effects, permissions, or state changes, leaving behavior completely opaque.

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

Conciseness2/5

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

The description is extremely concise but at the expense of clarity. It is simply a run-on list of terms without structure, which fails to convey meaning efficiently.

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

Completeness1/5

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

For a tool with 10 parameters and many sub-actions (16 enum values), the description provides no explanation of what each action does, what the tool returns, or any prerequisites. It is severely incomplete.

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 90%, so baseline is 3. The description adds minimal value beyond the schema, which already documents which parameters belong to which actions. No extra semantic context is provided.

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

Purpose2/5

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

The description is a list of action names and related keywords, but fails to state a coherent purpose. It reads as a catalog of sub-operations without a unifying verb+resource statement, making it vague.

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

Usage Guidelines1/5

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

No guidance on when to use this tool versus siblings like manage_item or manage_thing. The description does not indicate scenarios or prerequisites for invoking the tool.

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/deswong/Openhab-MCP'

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