playground_command_help
Get detailed assistance and explanations for specific playground commands to understand usage, parameters, and functionality.
Instructions
Get detailed help for playground commands
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | Command to get help for (e.g., 'connector restart', 'container logs') |
Input Schema (JSON Schema)
{
"properties": {
"command": {
"description": "Command to get help for (e.g., 'connector restart', 'container logs')",
"type": "string"
}
},
"required": [
"command"
],
"type": "object"
}