list_contexts
Retrieve all available schema contexts in MCP Kafka Schema Reg. Use this tool for backward compatibility, or switch to 'registry://{name}/contexts' for improved performance.
Instructions
List all available schema contexts.
NOTE: This tool is maintained for backward compatibility. Consider using the 'registry://{name}/contexts' resource instead for better performance.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
registry | No |
Input Schema (JSON Schema)
{
"properties": {
"registry": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Registry"
}
},
"type": "object"
}