Skip to main content
Glama

boj_gitlab_list_issues

Retrieve and display GitLab project issues to track development progress and manage tasks effectively. Filter issues by state to organize workflow.

Instructions

List GitLab project issues

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes
stateNo

Implementation Reference

  • The handler function for boj_gitlab_list_issues, which uses gitlabApiCall to fetch issues from GitLab.
    case "boj_gitlab_list_issues":
      return gitlabApiCall("GET", `/projects/${encodeURIComponent(args.project_id)}/issues?state=${args.state || "opened"}`);
  • Registration definition for the boj_gitlab_list_issues tool in the bridge's tool list.
    }

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