annator / mcps /grok_com_github /tools /fork_repository.json
techprotrade's picture
Add mcps directory
31c9f7d verified
Raw
History Blame Contribute Delete
536 Bytes
{
"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"
]
}
}