suggest_resource_for_tool
Guide users to suitable alternatives when a tool is deprecated by analyzing the tool name input, ensuring smooth transitions in Kafka Schema Registry workflows.
Instructions
Suggest the appropriate resource to use instead of a removed tool.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tool_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"tool_name": {
"title": "Tool Name",
"type": "string"
}
},
"required": [
"tool_name"
],
"type": "object"
}