Skip to main content
Glama

Agentic MCP Server

agentic_coordinator_decompose

Break down GitHub development tasks into structured workflows by analyzing issues, decomposing requirements, and selecting appropriate agents for automated code generation and review processes.

Instructions

CoordinatorAgent実行 - タスク分解(DAG構築)・Agent選定

Input Schema

NameRequiredDescriptionDefault
descriptionYesタスク詳細
issue_numberYesGitHub Issue番号
titleYesタスクタイトル

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "タスク詳細", "type": "string" }, "issue_number": { "description": "GitHub Issue番号", "type": "number" }, "title": { "description": "タスクタイトル", "type": "string" } }, "required": [ "issue_number", "title", "description" ], "type": "object" }

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/ShunsukeHayashi/agentic-mcp-server'

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