workflow_item_enable
Family: Workflows — template inspection, validation, enable/disable. See Workflows.
Enable a workflow item (stage, node type, skill, gate, tool, verification, kind, or workflow via meta).
@mcp.tool()
def workflow_item_enable(
dir: str,
section: str,
item_id: str,
) -> str
Parameters
| Name | Type | Required |
|---|---|---|
dir | str | yes |
section | str | yes |
item_id | str | yes |
Returns str.
Call shape
Fill your values; omit optional parameters:
{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "workflow_item_enable",
"arguments": {
"dir": "...",
"section": "...",
"item_id": "..."
}
}
}