count_schemas
Count the number of schemas within a specific context or registry in Kafka Schema Registry using this MCP server tool.
Instructions
Count the number of schemas in a context or registry.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context | No | ||
registry | No |
Input Schema (JSON Schema)
{
"properties": {
"context": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Context"
},
"registry": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Registry"
}
},
"type": "object"
}