Skip to main content
Glama

get_issue

Retrieve specific issues from Gitee repositories by providing the owner, repo, and issue number to streamline issue tracking and management.

Instructions

获取 Gitee 仓库中的特定 Issue

Input Schema

NameRequiredDescriptionDefault
issue_numberYesIssue number
ownerYesRepository owner path (enterprise, organization, or personal path)
repoYesRepository path

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "issue_number": { "description": "Issue number", "type": [ "number", "string" ] }, "owner": { "description": "Repository owner path (enterprise, organization, or personal path)", "type": "string" }, "repo": { "description": "Repository path", "type": "string" } }, "required": [ "owner", "repo", "issue_number" ], "type": "object" }

You must be authenticated.

Other Tools from Gitee

Related Tools

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/normal-coder/gitee-mcp-server'

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