Skip to main content
Glama

MCP Goose Subagents Server

create_goose_recipe

Generate reusable Goose recipes for specialized subagents by defining roles, instructions, and extensions, enabling AI clients to delegate development tasks efficiently.

Instructions

Create a reusable Goose recipe for specialized subagents

Input Schema

NameRequiredDescriptionDefault
extensionsNoList of Goose extensions to enable
instructionsYesDetailed instructions for the agent
parametersNoRecipe parameters
recipe_nameYesName of the recipe
roleYesAgent role (e.g., code_reviewer, security_auditor)

Input Schema (JSON Schema)

{ "properties": { "extensions": { "description": "List of Goose extensions to enable", "items": { "type": "string" }, "type": "array" }, "instructions": { "description": "Detailed instructions for the agent", "type": "string" }, "parameters": { "description": "Recipe parameters", "type": "object" }, "recipe_name": { "description": "Name of the recipe", "type": "string" }, "role": { "description": "Agent role (e.g., code_reviewer, security_auditor)", "type": "string" } }, "required": [ "recipe_name", "role", "instructions" ], "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/pc-style/goose-mcp'

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