Skip to main content
Glama
Stellify-Software-Ltd

Stellify MCP Server

Official

broadcast_element_command

Broadcast real-time UI updates via WebSocket for ephemeral modifications. Demonstrates UI changes without saving them.

Instructions

Push real-time UI updates via WebSocket. Use for SHOW/DISPLAY/DEMONSTRATE requests.

Actions: update (modify element), create (ephemeral element), batch (multiple updates), delete.

Changes are EPHEMERAL (not saved). For persistent changes, use update_element or html_to_elements.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesThe type of command to broadcast
elementNoUUID of the element to modify (required for update, delete, create)
changesNoObject containing attribute changes (e.g., { classes: ["bg-blue-500"], text: "Hello" })
updatesNoArray of updates for batch action: [{ element: "uuid", changes: {...} }]
Behavior4/5

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

Discloses that changes are EPHEMERAL (not saved), a critical behavioral trait. No annotations are provided, but the description covers the key aspect. However, it could mention more about side effects or scope of broadcast (all clients) which is implied by WebSocket.

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?

Extremely concise: three sentences plus a bulleted list of actions. Front-loaded with core purpose and usage. Every sentence is informative with no redundancy.

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 no output schema and no annotations, the description provides essential context: ephemeral nature, usage scenarios, and differentiation from persistent tools. It could mention error handling or broadcast scope, but overall it is adequate for this simple broadcast 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%, so baseline is 3. The description provides contextual categorization of actions (update, create, batch, delete) but does not add significant detail beyond what the schema already describes for each parameter.

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 pushes real-time UI updates via WebSocket and is for SHOW/DISPLAY/DEMONSTRATE requests. It lists specific actions and distinguishes from persistent update tools, making the purpose unambiguous.

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 says 'Use for SHOW/DISPLAY/DEMONSTRATE requests' and contrasts with persistent changes by naming alternatives (update_element, html_to_elements), providing clear when-to-use and when-not-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/Stellify-Software-Ltd/stellify-mcp'

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