Skip to main content
Glama
seb-noirot

AKHQ MCP Server

by seb-noirot

put_ksqldb_execute

Idempotent

Execute ksqlDB statements to query and process streaming data, manage stream applications, and run SQL-like commands on Kafka clusters via AKHQ.

Instructions

Execute a ksqlDB statement

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ksqlYesThe ksql statement to execute
ksqldbYesksqlDB cluster name
clusterYesCluster name
streamsPropertiesNoProperties for the streams application

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior2/5

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

The description adds no behavioral context beyond the tool name. Annotations indicate readOnlyHint=false and idempotentHint=true, but the description does not clarify side effects, error behavior, or what happens when a statement is executed repeatedly.

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 clear sentence with no wasted words. It is concise and front-loaded, though it sacrifices useful detail for brevity.

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 no output schema and no description of return values, errors, or the distinction between executing versus querying, the description is incomplete for an agent deciding how to invoke this tool correctly. The presence of the sibling put_ksqldb_query makes the missing usage context especially significant.

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 description coverage is 100%, so all parameters including `ksql`, `ksqldb`, `cluster`, and `streamsProperties` are documented in the schema. The description itself adds no parameter-level meaning, which is acceptable given the high 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 the specific verb 'Execute' with the resource 'ksqlDB statement', making the core action clear. However, it does not distinguish itself from the sibling put_ksqldb_query, which may also execute ksqlDB statements, so it lacks sibling differentiation.

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 given about when to use this tool instead of put_ksqldb_query or other siblings. The description is too generic to help an agent decide between execute and query variants.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/seb-noirot/akhq-mcp-server'

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