Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get details of a GitHub issue
| Field | Value |
|---|---|
| Name | github__get_issue |
| Group | Integrations |
{
"type": "object",
"properties": {
"owner": {
"type": "string",
"description": "Repository owner"
},
"repo": {
"type": "string",
"description": "Repository name"
},
"issue_number": {
"type": "number",
"description": "Issue number"
}
},
"required": [
"owner",
"repo",
"issue_number"
],
"description": "Input schema for the github__get_issue tool."
}