action gitea_admin_get_hook { label: "Get a hook" provider: gitea method: GET path: "/admin/hooks/{id}" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int64" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }