Skip to main content

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

NameTypeRequired
dirstryes
sectionstryes
item_idstryes

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": "..."
}
}
}