gitea_execute
Execute side-effecting Gitea actions like merging pull requests and dispatching workflows.
Instructions
Gitea action triggers — merge PRs, dispatch workflows, and other side-effecting actions beyond plain CRUD.
operation='help' — list ops with parameter names + types. operation='help' params={'search':'X'} — same, filtered to ops whose name contains X (case-insensitive). operation='schema' — JSON Schema for one op. params={'op': 'OpName'} or params={} to list op names. operation='' params={...} — invoke. Params validated strictly: unknown keys, wrong types, missing required → ValueError with field-level detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | ||
| params | No |