{ "name": "git_fetch", "description": "Download objects and refs from another repository (git fetch).", "inputSchema": { "type": "object", "properties": { "directory": { "description": "The directory to run git fetch in", "type": "string" } }, "required": [ "directory" ] } }