Skip to main content
Glama

MCP Goose Subagents Server

delegate_to_subagents

Delegate development tasks to specialized Goose CLI subagents, enabling autonomous execution for roles like backend, frontend, or QA engineers, with flexible parallel or sequential workflows.

Instructions

Delegate tasks to Goose CLI subagents for autonomous development

Input Schema

NameRequiredDescriptionDefault
agentsYesArray of subagents to create
execution_modeNoHow to execute the subagentsparallel
taskYesThe development task to delegate to subagents
working_directoryNoWorking directory for the subagents (defaults to current directory)

Input Schema (JSON Schema)

{ "properties": { "agents": { "description": "Array of subagents to create", "items": { "properties": { "instructions": { "description": "Specific instructions for this agent", "type": "string" }, "recipe": { "description": "Optional recipe name to use for this agent", "type": "string" }, "role": { "description": "Agent role (e.g., backend_developer, frontend_developer, qa_engineer)", "type": "string" } }, "required": [ "role", "instructions" ], "type": "object" }, "type": "array" }, "execution_mode": { "default": "parallel", "description": "How to execute the subagents", "enum": [ "parallel", "sequential" ], "type": "string" }, "task": { "description": "The development task to delegate to subagents", "type": "string" }, "working_directory": { "description": "Working directory for the subagents (defaults to current directory)", "type": "string" } }, "required": [ "task", "agents" ], "type": "object" }

Other Tools from MCP Goose Subagents Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pc-style/goose-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server