oci_kafka_recommend_scaling
Analyzes Kafka cluster metrics to recommend scaling actions based on partition distribution, replication health, and broker utilization.
Instructions
Analyze the cluster and recommend scaling actions.
Collects broker count, topic/partition distribution, replication health, and partition skew to produce a structured scaling recommendation.
This tool gathers data only — the LLM agent should interpret the findings and present human-readable recommendations to the user.
Returns a diagnostic report with:
Current cluster capacity (brokers, partitions, topics)
Partition distribution analysis (skew ratio per broker)
Replication health (under-replicated partitions)
Broker utilization metrics (leader partitions and replica load)
Specific scaling recommendations with severity levels
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |