Skip to main content
Glama
ygerfal

mcp-github-issues

by ygerfal

create_issue

Create a new issue to file a bug, request a feature, or track a task in a GitHub repository. Provide the repository, title, body in markdown, and optional labels.

Instructions

Create a new issue in a GitHub repository. Use when the user wants to file a bug, request a feature, or track a task. Requires repo write permission on the authenticated user's token. The created issue is attributed to that user in the GitHub audit log.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesIssue body in GitHub-flavored markdown
repoYesRepository in 'owner/name' format
titleYesIssue title — concise and action-oriented
labelsNoOptional list of label names to apply. Labels must already exist in the target repo.
Behavior4/5

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

With no annotations, the description carries full burden. It discloses that the issue is attributed to the authenticated user in the audit log and requires write permission. This goes beyond the basic creation action. It could mention more side effects, but the key behaviors are covered.

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 three sentences with no fluff. It front-loads the main action and adds important context efficiently. Every sentence serves a purpose.

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

Completeness4/5

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

Given 4 parameters (all documented), no output schema, and a simple create action, the description is sufficient. It covers permissions, usage context, and parameter nuances. It lacks return value details but that's acceptable for a tool that likely returns the created object in a standard way.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds extra meaning: 'body' uses GitHub-flavored markdown, 'repo' format is 'owner/name', 'title' should be concise/action-oriented, and 'labels' are optional and must exist. This enhances understanding beyond the raw schema.

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

Purpose5/5

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

The description starts with 'Create a new issue in a GitHub repository.' and explicitly lists use cases ('file a bug, request a feature, or track a task'). It clearly distinguishes from sibling tools 'add_comment' and 'list_issues' by focusing on creation.

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

Usage Guidelines4/5

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

The description provides explicit when-to-use guidance ('Use when the user wants to file a bug...') and states the required permission ('Requires repo write permission...'). It does not explicitly list alternatives or when not to use, but the purpose and sibling context make it clear.

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

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