get_task_schema
Retrieve the metadata and input schema for a registered task, showing required parameters and structure for executing the task.
Instructions
Get the metadata and input schema (JSON Schema) for a registered task.
Args:
task_name: The unique alphanumeric name of the task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |