@agentdesk/workflows-mcp
Version:
MCP workflow orchestration tool with presets for thinking, coding and more
15 lines (11 loc) • 323 B
YAML
sequential_tool:
description: "Tool with sequential sub-tools"
prompt: |
# Sequential Tool
This tool demonstrates sequential tool usage.
tools:
- name: "step1"
description: "First step in the sequence"
- name: "step2"
description: "Second step in the sequence"
toolMode: "sequential"