-
Couldn't load subscription status.
- Fork 0
Tool Definitions
Garot Conklin edited this page May 23, 2025
·
1 revision
This page describes the schema and structure of tool calls in the GitHub MCP Server.
-
name: Name of the tool (string) -
parameters: Tool-specific parameters (object)
{
"name": "list_issues",
"parameters": {
"owner": "octocat",
"repo": "Hello-World"
}
}sequenceDiagram
participant Client
participant MCPServer
participant ToolHandler
Client->>MCPServer: POST /tool
MCPServer->>ToolHandler: Validate & Execute
ToolHandler-->>MCPServer: Tool Result
MCPServer-->>Client: Response
This project is licensed under the MIT License - see the LICENSE file for details.
Last updated: {{date}}