mcp-confluent

Official
by confluentinc

search-topics-by-tag

Filter and list Kafka topics by a specific tag using the Schema Registry REST API, enabling easy topic discovery and management within Confluent Kafka or Confluent Cloud environments.

Instructions

List all topics in the Kafka cluster with the specified tag.

Input Schema

NameRequiredDescriptionDefault
baseUrlNoThe base URL of the Schema Registry REST API.
limitNoThe maximum number of topics to return.
offsetNoThe offset to start the search from. Used for pagination.
topicTagNoThe tag we wish to search for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "baseUrl": { "default": "", "description": "The base URL of the Schema Registry REST API.", "format": "uri", "type": "string" }, "limit": { "default": 100, "description": "The maximum number of topics to return.", "maximum": 500, "type": "number" }, "offset": { "default": 0, "description": "The offset to start the search from. Used for pagination.", "type": "number" }, "topicTag": { "description": "The tag we wish to search for", "type": "string" } }, "type": "object" }
ID: 8zh4gg3sw9