get_registry_statistics
Retrieve detailed statistics for a registry, including context details, using the MCP Kafka Schema Reg server. Analyze registry data efficiently for informed decision-making.
Instructions
Get comprehensive statistics about a registry.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_context_details | No | ||
registry | No |
Input Schema (JSON Schema)
{
"properties": {
"include_context_details": {
"default": true,
"title": "Include Context Details",
"type": "boolean"
},
"registry": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Registry"
}
},
"type": "object"
}