Skip to main content
Glama

boj_gitlab_create_issue

Create GitLab issues to track tasks, bugs, or feature requests in your project. Specify project ID, title, and optional description to organize development work.

Instructions

Create a GitLab issue

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes
titleYes
descriptionNo

Implementation Reference

  • The implementation of the `boj_gitlab_create_issue` tool, which calls `gitlabApiCall` to create an issue on a specified GitLab project.
    case "boj_gitlab_create_issue":
      return gitlabApiCall("POST", `/projects/${encodeURIComponent(args.project_id)}/issues`, { title: args.title, description: args.description });

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/hyperpolymath/boj-server'

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