Skip to main content
Glama

Agentic MCP Server

agentic_pr_create

Automatically create GitHub pull requests with AI-generated descriptions by providing an issue number. This tool analyzes issues and generates comprehensive PR content to streamline development workflows.

Instructions

PRAgent実行 - PR自動作成・説明文AI生成

Input Schema

NameRequiredDescriptionDefault
branch_nameNoブランチ名(オプション)
issue_numberYesGitHub Issue番号

Input Schema (JSON Schema)

{ "properties": { "branch_name": { "description": "ブランチ名(オプション)", "type": "string" }, "issue_number": { "description": "GitHub Issue番号", "type": "number" } }, "required": [ "issue_number" ], "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