Skip to main content
Glama

Agentic MCP Server

agentic_issue_analyze

Analyze GitHub issues using AI to automatically categorize content and assign appropriate labels for better issue management and workflow organization.

Instructions

IssueAgent実行 - Issue内容AI分析・Label自動付与

Input Schema

NameRequiredDescriptionDefault
bodyYesIssue 本文
issue_numberYesGitHub Issue番号
titleYesIssue タイトル

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Issue 本文", "type": "string" }, "issue_number": { "description": "GitHub Issue番号", "type": "number" }, "title": { "description": "Issue タイトル", "type": "string" } }, "required": [ "issue_number", "title", "body" ], "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