gitee_webhook
List or clear inbound Gitee webhook events such as push, star, fork, and pull request, enabling automated reactions to repository activity.
Instructions
Inspect inbound Gitee webhook events (push, star, fork, pull_request...).
[RATIONALE] Gitee pushes events to POST /api/webhooks/gitee when a repo webhook is configured; this tool surfaces the captured feed so agents can react to CI pushes, stars and forks.
Return Format
{"success": bool, "operation": str, "events": [...], "count": int}
Examples
gitee_webhook(operation="list", limit=10) gitee_webhook(operation="clear")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max events (1-50). | |
| operation | Yes | Operation: 'list' recent inbound webhook events, 'clear' wipes them. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||