Skip to main content
Glama
pipseedai

GitHub MCP Server

by pipseedai

github_create_issue

Create new issues in GitHub repositories to report bugs, request features, or track tasks. Specify title, description, labels, assignees, and milestones for organized project management.

Instructions

Create a new issue in a repository

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ownerYesRepository owner
repoYesRepository name
titleYesIssue title
bodyNoIssue body (markdown supported)
labelsNoLabels to add to the issue
assigneesNoUsernames to assign to the issue
milestoneNoMilestone number to associate with the issue
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool creates an issue but doesn't mention what permissions are needed, whether it's idempotent, what happens on failure, rate limits, or what the response looks like. For a mutation tool with zero annotation coverage, this leaves significant gaps in understanding its behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that directly states the tool's purpose without any wasted words. It's front-loaded with the core action ('Create a new issue') and specifies the context ('in a repository'), making it immediately clear and easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a mutation tool with 7 parameters, no annotations, and no output schema, the description is insufficient. It doesn't explain the return value, error conditions, authentication needs, or how it differs from sibling tools like github_update_issue. The high parameter count and lack of structured metadata mean the description should provide more contextual information to be complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with all 7 parameters well-documented in the schema (e.g., 'Issue title', 'Issue body (markdown supported)'). The description adds no parameter information beyond what the schema provides, so it doesn't enhance parameter understanding. However, since the schema fully covers parameters, the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Create') and resource ('new issue in a repository'), making the purpose immediately understandable. It distinguishes this tool from siblings like github_create_comment or github_create_repo by specifying 'issue' rather than other GitHub entities. However, it doesn't explicitly contrast with github_update_issue, which handles modifications rather than creation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention github_update_issue for modifying existing issues, github_list_issues for viewing issues, or github_create_comment for adding comments. There's also no information about prerequisites like repository access or authentication requirements.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/pipseedai/github-mcp'

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