Skip to main content
Glama
rsp2k
by rsp2k

get_kafka_topic

Retrieve Kafka topic details from Vultr cloud infrastructure by specifying database ID and topic name to access configuration and status information.

Instructions

Get information about a Kafka topic.

Args: database_id: The Kafka database ID or label topic_name: The topic name

Returns: Kafka topic information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
database_idYes
topic_nameYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool retrieves information, implying it's a read-only operation, but doesn't specify details like authentication requirements, rate limits, error handling, or what 'Kafka topic information' includes (e.g., configuration, partitions). For a tool with zero annotation coverage, this leaves significant gaps in understanding its behavior.

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 appropriately sized and front-loaded, with the main purpose stated first, followed by structured sections for Args and Returns. There's no unnecessary verbosity, and each sentence serves a clear purpose. However, the structure could be slightly improved by integrating the sections more seamlessly, but it remains efficient overall.

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 the tool's complexity (2 parameters, no annotations, no output schema), the description is incomplete. It lacks details on return values (beyond vague 'Kafka topic information'), error cases, and behavioral context. For a read operation with no structured support, the description should provide more comprehensive guidance to be fully usable by an agent.

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 description coverage is 0%, so the description must compensate for undocumented parameters. It lists 'database_id' and 'topic_name' in the Args section, adding basic semantics beyond the schema, but doesn't explain what a 'Kafka database ID or label' is, provide examples, or clarify the topic name format. This partial compensation is insufficient for full understanding, warranting a low score.

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 clearly states the tool's purpose with 'Get information about a Kafka topic,' which specifies the verb ('Get') and resource ('Kafka topic'). It distinguishes from siblings like 'list_kafka_topics' (which lists multiple topics) and 'create_kafka_topic' (which creates topics), though it doesn't explicitly mention these distinctions. The purpose is specific but could be slightly more detailed to highlight sibling differences.

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 provides no guidance on when to use this tool versus alternatives. It doesn't mention siblings like 'list_kafka_topics' for listing all topics or 'update_kafka_topic' for modifying topics, nor does it specify prerequisites or context for usage. The only implied usage is to retrieve information for a specific topic, but no explicit guidelines are given.

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/rsp2k/mcp-vultr'

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