Skip to main content
Glama

Connect Kafka event bus

connect_kafka_event_bus

Scaffold a Kafka/Redpanda event-bus component in TouchDesigner with adapter ingest, topic mapping, schema hints, consumer group metadata, and policy-gated producer notes.

Instructions

Create a Kafka/Redpanda event-bus scaffold with adapter ingest, topic maps, schema hints, consumer group metadata, and policy-gated producer notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoGenerated baseCOMP name.kafka_event_bus
activeNo
brokerNoKafka/Redpanda broker hint.127.0.0.1:9092
server_urlNoExternal adapter URL.ws://127.0.0.1:9050
topic_rootNoTopic prefix for show events.tdmcp.show
parent_pathNoParent COMP for the Kafka scaffold./project1
topic_countNo
adapter_modeNowebsocket_json
schema_formatNojson
consumer_groupNotdmcp-touchdesigner
Behavior2/5

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

Annotations include readOnlyHint:false and openWorldHint:true, so the description's 'Create' aligns with a write operation, but it adds little beyond that. It does not disclose side effects, what 'scaffold' entails, whether an existing COMP is modified, or what 'policy-gated producer notes' means.

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, front-loaded sentence that efficiently states the action and key features. However, the phrase 'policy-gated producer notes' and the jargon-heavy list reduce clarity, preventing a perfect score.

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?

For a tool with 10 parameters and no output schema, the description leaves many gaps: it does not explain what the scaffold actually creates, how parameters map to the listed components, or the significance of each feature. The schema covers only half the parameters, and the description does not compensate for the rest.

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?

With schema description coverage at 50%, the description indirectly refers to some parameters (adapter ingest hints at adapter_mode, topic maps at topic_root/topic_count, schema hints at schema_format, consumer group metadata at consumer_group) but does not explicitly map them. The remaining parameters like active, broker, server_url, and parent_path are left to the schema, which partially covers them.

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 creates a Kafka/Redpanda event-bus scaffold and lists its key components (adapter ingest, topic maps, schema hints, consumer group metadata, policy-gated producer notes). This specific verb+resource combination distinguishes it from sibling bus-connection tools like connect_mqtt_iot_bus.

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

Usage Guidelines3/5

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

The description only implies usage via the tool name and the mention of Kafka/Redpanda, but it does not explicitly state when to use this tool versus alternatives such as connect_redis_pubsub_bus or connect_websocket_control_bus. No prerequisites or exclusions are provided, making the guidance minimal.

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