mcp-confluent

Official
by confluentinc

remove-tag-from-entity

Remove specific tags from entities such as Kafka topics in Confluent Cloud using Schema Registry REST API, streamlining data management and organization.

Instructions

Remove tag from an entity in Confluent Cloud.

Input Schema

NameRequiredDescriptionDefault
baseUrlNoThe base URL of the Schema Registry REST API.
qualifiedNameYesQualified name of the entity. If not provided, you can obtain it from using the search-topics-by-tag tool. example: "lsrc-g2p81:lkc-xq8k7g:my-flights"
tagNameYesName of the tag to remove from the entity.
typeNameNoType of the entitykafka_topic

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" }, "qualifiedName": { "description": "Qualified name of the entity. If not provided, you can obtain it from using the search-topics-by-tag tool. example: \"lsrc-g2p81:lkc-xq8k7g:my-flights\"", "minLength": 1, "type": "string" }, "tagName": { "description": "Name of the tag to remove from the entity.", "minLength": 1, "type": "string" }, "typeName": { "default": "kafka_topic", "description": "Type of the entity", "minLength": 1, "type": "string" } }, "required": [ "tagName", "qualifiedName" ], "type": "object" }
ID: 8zh4gg3sw9