list-topics
Retrieve a complete list of topics in your Kafka cluster using the mcp-confluent server. Simplify cluster management by accessing all available topics in one request.
Instructions
List all topics in the Kafka cluster.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}