get_workflow
Retrieve a specific workflow by its unique ID using this tool, enabling efficient access to structured, multi-step task paths for precise execution and management.
Instructions
Get a specific workflow by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}