Skip to main content
Glama

MCP Goose Subagents Server

by lordstyled55

delegate_to_subagents

Assign development tasks to specialized subagents like backend, frontend, and QA engineers for autonomous execution in parallel or sequential modes, optimizing workflow efficiency.

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" }
Install Server

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/lordstyled55/goose-mcp'

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