Skip to main content
Glama
BhaumikAbhishek

OCI Kafka MCP Server

oci_kafka_change_cluster_config_compartment

Migrate an OCI Kafka cluster configuration to a different compartment to update IAM policies and user access.

Instructions

Move an OCI Kafka cluster configuration to a different compartment.

Requires --allow-writes. Moving a config changes which IAM policies and users can access it.

Args: cluster_config_id: OCI cluster config OCID to move. target_compartment_id: Target OCI compartment OCID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cluster_config_idYes
target_compartment_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/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. It discloses that writes are needed and that moving a compartment affects IAM policies and user access. However, it does not mention whether the operation is reversible, any side effects beyond IAM, or if it creates a work request (given sibling tools for work requests).

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 short and well-structured. It begins with a one-sentence summary, then provides behavioral context and explicit parameter definitions. Every sentence adds value, and the information is front-loaded for quick understanding.

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

Completeness4/5

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

Given the presence of an output schema, the description need not elaborate on return values. It covers purpose, parameters, and key behavioral impacts. However, it could be improved by mentioning whether the operation is synchronous or if it triggers a work request, especially given siblings for work request management.

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

Parameters5/5

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

Schema coverage is 0%, so the description must compensate. The 'Args' section adds meaningful context to both parameters: 'cluster_config_id' is described as an 'OCI cluster config OCID' and 'target_compartment_id' as a 'Target OCI compartment OCID,' clarifying what each value represents beyond the schema titles.

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 'Move an OCI Kafka cluster configuration to a different compartment,' using a specific verb and resource. This action is distinct from siblings like 'change_cluster_compartment' (which moves the cluster itself) and other config-related tools.

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 explains that the tool requires '--allow-writes' and notes that moving a config changes IAM policies and user access. While it provides useful prerequisites and implications, it does not explicitly compare to alternatives like 'change_cluster_compartment' or indicate specific scenarios where this tool is preferred.

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