Skip to main content
Glama

mcp-confluent

Official
by confluentinc

delete-topics

Remove Kafka topics by specifying their names to manage and optimize your Confluent Kafka environment. Supports bulk deletion for streamlined topic management.

Instructions

Delete the topic with the given names.

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 delete", "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