Skip to main content
Glama
EnesOzturk11

Git MCP Server

by EnesOzturk11

Create GitHub Issue and Board the Issue

create_and_board_issue

Create a GitHub issue and automatically add it to a project board with priority and labels for tracking bugs, technical debt, or documentation gaps.

Instructions

Creates a new issue in a GitHub repository and automatically assigns it to the project board with a specific priority. Use this when identifying bugs, technical debt, or documentation gaps that need tracking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesA detailed Markdown-formatted description. Include reproduction steps, code snippets, and why this fix/feature is necessary.
typeNoThe category of the issue, such as 'bug', 'feature', 'refactor', or 'documentation'.
titleYesA descriptive, high-level title for the issue. Be concise but specific.
labelsNoAn array of labels to categorize the issue (e.g., ['bug', 'help wanted']). Labels must exist in the repo or will be created.
assigneeNoThe GitHub handle of the primary person responsible for this issue. Use this for single assignments.
priorityYesThe urgency level. This will determine the issue's placement and metadata on the project board.
repoNameYesThe exact name of the repository where the issue will be created (e.g., 'hello-world').
assigneesNoA list of GitHub handles to assign to this issue. Use this if multiple people need to be tagged.
repoOwnerYesThe GitHub username or organization name that owns the repository (e.g., 'octocat').
targetProjectNameNoIf the repo has multiple projects, the name of the selected project. LEAVE EMPTY on the first call.
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only restates the title's core action ('creates a new issue... assigns it to the project board') with the addition of 'specific priority'. It does not disclose permissions, side effects (e.g., label creation), or response behavior, which is inadequate for a mutation tool without annotations.

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?

Two sentences, front-loaded with the main action and then the use case. No redundancy or fluff; every word earns its place.

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

Completeness3/5

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

The tool has 10 parameters and no output schema. While the schema is rich, the description omits critical behavioral context like the 'LEAVE EMPTY on first call' nuance for targetProjectName and does not hint at what the response contains. It is adequate but not complete for a tool of this complexity.

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%, so the baseline is 3. The description adds no parameter-specific meaning beyond the schema; 'specific priority' merely echoes the priority parameter already described in the 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?

Clearly states it creates a GitHub issue and boards it with a priority. The verb 'creates' and resource 'issue in a GitHub repository' are specific, and it distinguishes from sibling read-only tools.

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?

Explicitly states when to use: 'Use this when identifying bugs, technical debt, or documentation gaps that need tracking.' It lacks explicit exclusions or alternatives, but the context is 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/EnesOzturk11/Git-MCP-Server'

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