Skip to main content
Glama

MCP GitHub Issue Server

by sammcj

get_issue_task

Fetch and utilize GitHub issue details as tasks by providing the issue URL, enabling efficient task management and integration with GitHub’s platform.

Instructions

Fetch GitHub issue details to use as a task

Input Schema

NameRequiredDescriptionDefault
urlYesGitHub issue URL (https://github.com/owner/repo/issues/number)

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "GitHub issue URL (https://github.com/owner/repo/issues/number)", "type": "string" } }, "required": [ "url" ], "type": "object" }

Other Tools from MCP GitHub Issue 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/sammcj/mcp-github-issue'

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