{ "name": "git_status", "description": " Show the working tree status (git status), will open a UI if client supports it.", "inputSchema": { "type": "object", "properties": { "directory": { "description": "Path of the working directory.", "type": "string" } }, "required": [ "directory" ] } }