Skip to main content
Glama

Connect Kafka event bus

connect_kafka_event_bus

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

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

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

Annotations already declare readOnlyHint=false and openWorldHint=true, indicating mutation and external side effects. The description adds that this creates a scaffold with certain elements, but it doesn't disclose concrete behaviors such as creating a base COMP under parent_path, whether a broker connection is required at creation time, or any side effects on existing components. No contradiction with annotations exists.

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 dense sentence with a front-loaded purpose and no filler. It efficiently covers the core deliverable and included features, though terms like 'policy-gated producer notes' add jargon without explanation, so it is not perfect.

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 (all optional), no output schema, and a variety of sibling tools, the description is too sparse for an agent to fully understand the tool's scope. It omits prerequisites (e.g., whether parent_path must exist), behavior details, return values, and how the scaffold is materialized, leaving significant ambiguity for a complex scaffolding operation.

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?

Only 5 of the 10 parameters have schema descriptions (50% coverage). The description provides thematic hints that map to parameters — 'adapter ingest' suggests adapter_mode, 'topic maps' suggests topic_root/topic_count, 'schema hints' suggests schema_format, and 'consumer group metadata' suggests consumer_group — but it doesn't explicitly name or explain these parameters, leaving the agent to infer the mapping. This is partial compensation but not comprehensive.

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 specifies the verb ('Create') and the resource ('Kafka/Redpanda event-bus scaffold') and lists specific components (adapter ingest, topic maps, schema hints, consumer group metadata, policy-gated producer notes). This distinguishes it from sibling connect_* and create_* tools, especially other event-bus integrations like MQTT or Redis.

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 use case is implied by the phrase 'Create a Kafka/Redpanda event-bus scaffold' — it is for scaffolding a Kafka/Redpanda event bus, not for connecting an existing one. However, there is no explicit when-to-use statement, no mention of alternatives, and no exclusions, so guidance about selecting this over sibling tools is underdeveloped.

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