Skip to main content
Glama

Connect public alerts bus

connect_public_alerts_bus

Create a public-alert scaffold in TouchDesigner with advisory rows, severity maps, routing policy, adapter source, and safety notes. Sets up a configurable alert bus for your project.

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
Behavior2/5

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

Annotations already indicate a non-read-only, non-destructive, open-world operation. The description adds that it creates a scaffold with the listed elements, but provides no additional behavioral detail about side effects, idempotency, permissions, or impact on existing resources. It does not contradict annotations but adds minimal value beyond the structured metadata.

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 a single, well-structured sentence, front-loaded with the core action and followed by a compact list of contained elements. No wasted 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?

Given 10 parameters, no output schema, and basic annotations, the description is too thin to guide an agent in correctly invoking the tool. It doesn't describe return values, usage examples, prerequisites, or how the scaffold fits into a broader show network. The tool is complex but the description underspecifies it.

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 coverage is only 20% (name and parent_path). The description lists high-level components but doesn't map them to specific parameters or explain choices like severity_count, route_count, adapter_mode, or provider. It does not 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 uses a specific verb 'Create' and resource 'public-alert scaffold', listing key components (advisory alert rows, severity maps, routing policy, adapter source, safety/escalation notes). It clearly communicates the tool's function, though it doesn't explicitly contrast with sibling connect_* tools.

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?

No guidance is provided on when to use this tool versus alternatives, no prerequisites, exclusions, or scenarios. The only implication is that it creates the described scaffold, but there is no mention of trade-offs or when not to use it.

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/Pantani/tdmcp'

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