Skip to main content
Glama

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" }

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