Skip to main content
Glama

boj_github_get_issue

Retrieve a specific GitHub issue by providing the repository owner, repository name, and issue number to access detailed information and track progress.

Instructions

Get a specific issue

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ownerYes
repoYes
issue_numberYes

Implementation Reference

  • The tool handler for "boj_github_get_issue" which makes a GET request to the GitHub API to fetch a specific issue.
    case "boj_github_get_issue":
      return githubApiCall("GET", `/repos/${args.owner}/${args.repo}/issues/${args.issue_number}`);
  • The schema definition for "boj_github_get_issue" including its description, required properties (owner, repo, issue_number), and input types.
    { name: "boj_github_get_issue", desc: "Get a specific issue", props: { owner: { type: "string" }, repo: { type: "string" }, issue_number: { type: "number" } }, req: ["owner", "repo", "issue_number"] },

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