II.
ToolDescriptor overview
Reference · livetool-descriptor:github.update-issue
GitHub: Update Issue overview
Update title, body, state, labels, or assignees on an issue.
Attributes
schema
{}
displayName
GitHub: Update Issue
description
Update title, body, state, labels, or assignees on an issue.
inputSchema
type
object
required
- owner
- repo
- issue_number
properties
owner
type
string
repo
type
string
issue_number
type
integer
title
type
string
body
type
string
state
type
string
labels
type
array
items
type
string
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