Skip to main content
Glama
BhaumikAbhishek

OCI Kafka MCP Server

oci_kafka_update_cluster

Update an OCI Kafka cluster's display name, tags, or configuration asynchronously. Track progress using work requests.

Instructions

Update an OCI Kafka cluster's display name, tags, or applied configuration.

Requires --allow-writes. The operation is asynchronous — use oci_kafka_get_work_request to track progress.

Args: cluster_id: OCI Kafka cluster OCID (ocid1.kafkacluster.*). display_name: New display name for the cluster. cluster_config_id: OCID of the cluster configuration to apply. cluster_config_version: Specific version number of the config to apply. freeform_tags: Free-form tags as a dict of string key-value pairs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cluster_idYes
display_nameNo
freeform_tagsNo
cluster_config_idNo
cluster_config_versionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses the async nature and write permission requirement, but lacks details on how updates affect existing fields (e.g., whether freeform_tags merge or replace), and does not mention prerequisites or states.

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 concise with a brief overview followed by a parameter list. It avoids unnecessary detail while covering essential aspects, though the structure could be more formalized (e.g., bullet-pointing the list).

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?

The description covers purpose, parameters, and async behavior. However, it omits potential error conditions, prerequisites (e.g., cluster must exist), and does not elaborate on how updates interact with existing configurations. Since an output schema exists, return value details are not needed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, but the description adds explanations for each parameter, including the OCID pattern for cluster_id and the roles of cluster_config_id/version. However, it does not clarify the update behavior for freeform_tags (merge vs replace).

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 updates an OCI Kafka cluster's display name, tags, or applied configuration. It uses a specific verb and resource, differentiating from create, delete, and scale operations among siblings.

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

Usage Guidelines4/5

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

The description mentions that writes require '--allow-writes' and that the operation is asynchronous, directing to use 'oci_kafka_get_work_request' to track progress. However, it does not explicitly state when not to use this tool compared to alternatives like 'oci_kafka_update_cluster_config'.

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/BhaumikAbhishek/oci-kafka-mcp-server'

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