mcp-confluent

Official
by confluentinc

list-schemas

Retrieve all schemas registered in the Schema Registry. Filter results by latest versions, subject prefixes, or deleted schemas to manage schema organization and compliance effectively.

Instructions

List all schemas in the Schema Registry.

Input Schema

NameRequiredDescriptionDefault
baseUrlNoThe base URL of the Schema Registry REST API.
deletedNoList deleted schemas.
latestOnlyNoIf true, only return the latest version of each schema.
subjectPrefixNoThe prefix of the subject to list schemas 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" }, "deleted": { "description": "List deleted schemas.", "type": "string" }, "latestOnly": { "default": true, "description": "If true, only return the latest version of each schema.", "type": "boolean" }, "subjectPrefix": { "description": "The prefix of the subject to list schemas for.", "type": "string" } }, "type": "object" }
ID: 8zh4gg3sw9