MCP GitHub Issue Server

get_issue_task

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" }

You must be authenticated.

Other Tools