Skip to content

Issue Tools

Garot Conklin edited this page May 23, 2025 · 1 revision

Issue Tools

Issue tools allow you to manage GitHub issues.

Available Tools

  • List issues
  • Create issue

Example Usage

{
  "name": "list_issues",
  "parameters": {
    "owner": "octocat",
    "repo": "Hello-World",
    "state": "open"
  }
}

Tool Interaction Flow

sequenceDiagram
    participant User
    participant MCPServer
    participant GitHub
    User->>MCPServer: Call list_issues
    MCPServer->>GitHub: Fetch issues
    GitHub-->>MCPServer: Return issues
    MCPServer-->>User: Return results
Loading

Related

Clone this wiki locally