Skip to main content
Glama
seb-noirot

AKHQ MCP Server

by seb-noirot

get_connect_configs

Read-onlyIdempotent

Retrieve the configuration of a Kafka Connect connector by specifying cluster, connect ID, and connector name.

Instructions

Get configuration of a connector

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesConnector name
clusterYesCluster name
connectIdYesConnect cluster ID

Schema Changelog

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

  1. First observedv1.0.0

TDQS

B3.1/5.0
Behavior2/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, and destructiveHint=false. The description adds no behavioral context beyond this, such as what the response contains, whether missing connectors produce errors, or how connectId relates to cluster. It is not contradictory, but it contributes no extra transparency.

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 front-loaded sentence with no filler or redundant details. It is appropriately concise for a simple read operation.

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

Completeness3/5

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

For a simple read-only tool with full parameter schema coverage and rich annotations, the description is nearly sufficient. However, it lacks any guidance on sibling-tool selection or what the returned configuration looks like, so it is only minimally complete.

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?

The input schema covers all three required parameters with descriptive names and descriptions, so the baseline is 3. The description adds no additional meaning about how the parameters interact or what values are expected.

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 verb ('Get') and resource ('configuration of a connector'), which is clear and matches the tool name. However, it does not explicitly distinguish this from sibling tools like get_connect_by_name or post_connect_configs, so it stops short of full 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?

The description gives no guidance on when to use this tool versus the many related sibling tools. There is no mention of alternatives, exclusions, or the context in which retrieving connector configuration is appropriate.

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