action netlify_get_deploy { label: "getDeploy" provider: netlify method: GET path: "/deploys/{deploy_id}" encoding: json input: { type: "object" properties: { deploy_id: { type: "string" } } required: ["deploy_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }