Skip to content

shipper_get_issue

Get detailed information about a specific issue: title, body, labels, state, author, and (if one exists) the linked open PR number.

Use this when an agent needs the issue body, labels, state, and linked PR before deciding whether to advance, reset, inspect checks, or answer a paused worker.

  • readOnlyHint: true — The tool only reads state and does not intentionally modify the repository.
  • openWorldHint: true — The tool reaches GitHub or other external systems outside the MCP server.
NameTypeRequiredDefaultDescription
issueintegeryes-GitHub issue number.
{
"issue": 42
}
<issue number="42" state="OPEN">
<title>Generate MCP tool reference pages</title>
<labels>
<label>shipper:planned</label>
</labels>
<body>Generate reference pages from MCP tool metadata.</body>
</issue>
<linked-pr number="17"/>
  • GitHub command failure: Command failed: gh