II.
ToolDescriptor overview
Reference · livetool-descriptor:github.get-issue
GitHub: Get Issue overview
Fetch a single issue by number.
Attributes
schema
{}
displayName
GitHub: Get Issue
description
Fetch a single issue by number.
inputSchema
type
object
required
- owner
- repo
- issue_number
properties
owner
type
string
repo
type
string
issue_number
type
integer
outputSchema
type
object
properties
issue
type
object
mode
normal
streamable
false
timeoutMs
30000
Outgoing edges
contained_in_plugin1
- tool-server:mcp-github·ToolServerMCP GitHub (official)
Incoming edges
contains_tool_descriptor2
- tool-server:mcp-github·ToolServerMCP GitHub (official)
- tool-server:github-issues-mcp·ToolServerGitHub Issues MCP