@agentdesk/workflows-mcp
Version:
MCP workflow orchestration tool with presets for thinking, coding and more
15 lines (11 loc) • 345 B
YAML
example_tool:
description: "Example tool with sub-tools"
prompt: |
# Example Tool with Sub-Tools
This is an example tool that uses the 'tools' property.
tools:
- name: "subtool1"
description: "First sub-tool for testing"
- name: "subtool2"
description: "Second sub-tool for testing"
toolMode: "sequential"