action gitlab_get_v3_hooks_id { label: "Test a hook" description: "Test a hook" provider: gitlab method: GET path: "/v3/hooks/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }