mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 08:46:58 +02:00
27 lines
898 B
JSON
27 lines
898 B
JSON
{
|
|
"id": "data-table-skill-loading",
|
|
"userMessage": "Use the data-table-manager skill to list my n8n Data Tables and summarize what tables are available. This is standalone data-table work; do not build or modify a workflow.",
|
|
"expectedToolInvocations": {
|
|
"allOfToolCalls": [
|
|
{
|
|
"toolName": "load_skill",
|
|
"argsContainAny": ["data-table-manager"]
|
|
},
|
|
{
|
|
"toolName": "data-tables",
|
|
"argsContainAny": ["list"]
|
|
}
|
|
],
|
|
"noneOf": [
|
|
"plan",
|
|
"create-tasks",
|
|
"delegate",
|
|
"build-workflow-with-agent",
|
|
"spawn_sub_agent:planner",
|
|
"spawn_sub_agent:workflow-builder",
|
|
"spawn_sub_agent:delegate"
|
|
]
|
|
},
|
|
"rationale": "Regression coverage for runtime skill loading. Standalone data-table work must load the data-table-manager skill and call data-tables directly, without routing through planner, task creation, workflow-builder, or delegate sub-agent paths."
|
|
}
|