Skip to main content
Glama

Agentic MCP Server

agentic_codegen_execute

Generate and test code automatically for GitHub issues using AI-driven development workflows. Analyzes issues, creates code, and prepares pull requests to streamline software development processes.

Instructions

CodeGenAgent実行 - AI駆動コード生成・テスト自動生成

Input Schema

NameRequiredDescriptionDefault
descriptionYesタスク詳細
issue_numberYesGitHub Issue番号
priorityNo優先度
titleYesタスクタイトル

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "タスク詳細", "type": "string" }, "issue_number": { "description": "GitHub Issue番号", "type": "number" }, "priority": { "description": "優先度", "enum": [ "P0-緊急", "P1-高", "P2-中", "P3-低" ], "type": "string" }, "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