Skip to main content
Glama

Connect public alerts bus

connect_public_alerts_bus

Create a TouchDesigner public-alert scaffold with severity maps, routing policy, adapter source, and safety notes. Configure provider, region, alert count, and routes.

Instructions

Create a public-alert scaffold with advisory alert rows, severity maps, routing policy, adapter source, and safety/escalation notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoGenerated baseCOMP name.public_alerts_bus
activeNo
providerNocap_feed
adapter_urlNohttp://127.0.0.1:9076/alerts
alert_countNo
parent_pathNoParent COMP for the alert scaffold./project1
route_countNo
adapter_modeNorest_json
region_labelNovenue_region
severity_countNo
Behavior3/5

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

The description adds useful context beyond annotations by listing specific scaffold elements (advisory alert rows, severity maps, routing policy, adapter source, safety/escalation notes). However, it does not disclose behavioral implications such as creating external connections, modifying project structure, or any side effects beyond what the annotations (readOnlyHint=false, destructiveHint=false) already imply. It is adequate but not rich.

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 a single sentence that front-loads the main action and then lists the scaffold components. It is concise and each component adds information, though the list is somewhat packed and could be split for clarity. No wasteful words.

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

Completeness2/5

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

With 10 parameters, no output schema, and an openWorldHint indicating external interactions, the description is too minimal. It does not explain what a 'scaffold' consists of in TouchDesigner terms, whether it creates a node, returns a reference, or how the adapter source is configured. The context provided is only partially complete, leaving many operational details unspecified.

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

Parameters2/5

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

Schema description coverage is only 20% (only name and parent_path have descriptions). The description provides high-level hints that map loosely to parameters (e.g., 'adapter source' relates to adapter_url/provider/adapter_mode, 'routing policy' to route_count), but it does not explicitly explain any of the eight undocumented parameters. This is insufficient to compensate for the low schema coverage.

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

Purpose4/5

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

The description states a specific action (Create a public-alert scaffold) and enumerates the components included (advisory alert rows, severity maps, routing policy, adapter source, safety/escalation notes). It clearly distinguishes this from sibling tools by focusing on public alerts, though the name uses 'connect' while the description says 'create,' introducing slight ambiguity about whether it connects an existing bus or creates a new one.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives. It does not mention exclusions, prerequisites, or alternatives such as other connect_* or create_* tools for different data sources. The intended use case is only implicit from the name and description.

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/lucasmaher-hash/touch-designer-mcp'

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