Skip to main content
Glama

mcp-confluent

Official
by confluentinc

create-topics

Use this tool to create new Kafka topics in your Confluent cluster by specifying topic names. It integrates with Confluent Kafka and Confluent Cloud REST APIs for streamlined topic management.

Instructions

Create new topic(s) in the Kafka cluster.

Input Schema

NameRequiredDescriptionDefault
topicNamesYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "topicNames": { "items": { "description": "Names of kafka topics to create", "type": "string" }, "minItems": 1, "type": "array" } }, "required": [ "topicNames" ], "type": "object" }

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/confluentinc/mcp-confluent'

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