{ "tools.create_pull_request": { "label": "meta.plugins.tools_create_pull_request.label", "inputs": { "title": { "label": "meta.plugins.tools_create_pull_request.inputs.title.label", "type": "text", "default": "Automated update" }, "body": { "label": "meta.plugins.tools_create_pull_request.inputs.body.label", "type": "textarea", "default": "Summary of changes" }, "head_branch": { "label": "meta.plugins.tools_create_pull_request.inputs.head_branch.label", "type": "text", "default": "feature/auto-change" }, "base_branch": { "label": "meta.plugins.tools_create_pull_request.inputs.base_branch.label", "type": "text", "default": "main" } }, "outputs": { "result": { "label": "meta.plugins.tools_create_pull_request.outputs.result.label", "type": "text", "default": "pr_result" } } } }