Skip to main content
Glama

MCP Issue

create_github_issue

Create GitHub issues with structured templates, summaries, technical notes, and labels automatically generated from code changes.

Instructions

Cria uma issue no GitHub usando Octokit

Input Schema

NameRequiredDescriptionDefault
assigneesNo
bodyNo
labelsNo
ownerNo
repoNo
titleYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "assignees": { "default": [], "items": { "type": "string" }, "type": "array" }, "body": { "default": "", "type": "string" }, "labels": { "default": [], "items": { "type": "string" }, "type": "array" }, "owner": { "default": "", "type": "string" }, "repo": { "default": "", "type": "string" }, "title": { "type": "string" } }, "required": [ "title" ], "type": "object" }

Other Tools from MCP Issue

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/gustavodetoni/mcp-issue'

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