{ "name": "fork_repository", "description": "Fork a GitHub repository to your account or specified organization", "inputSchema": { "type": "object", "properties": { "organization": { "type": "string", "description": "Organization to fork to" }, "owner": { "type": "string", "description": "Repository owner" }, "repo": { "type": "string", "description": "Repository name" } }, "required": [ "owner", "repo" ] } }