{ "name": "UpdateIntegrationDeployment", "fully_qualified_name": "VercelApi.UpdateIntegrationDeployment@0.1.0", "description": "Update a deployment integration action.\n\nUse this tool to update the action of a deployment integration for a specific installation. It is ideal for modifying settings or actions related to deployment integrations.", "toolkit": { "name": "ArcadeVercelApi", "description": null, "version": "0.1.0" }, "input": { "parameters": [ { "name": "deployment_id", "required": true, "description": "The unique identifier for the deployment to update. This is required to specify which deployment's integration action should be modified.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "" }, "inferrable": true, "http_endpoint_parameter_name": "deploymentId" }, { "name": "integration_configuration_id", "required": true, "description": "The ID of the integration configuration to update. This is required to specify which integration setup the action applies to.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "" }, "inferrable": true, "http_endpoint_parameter_name": "integrationConfigurationId" }, { "name": "resource_id", "required": true, "description": "The unique identifier for the resource to be updated in the deployment integration.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "" }, "inferrable": true, "http_endpoint_parameter_name": "resourceId" }, { "name": "deployment_action", "required": true, "description": "Specifies the action to be taken for the deployment integration. Expected as a descriptive string indicating the action type.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "" }, "inferrable": true, "http_endpoint_parameter_name": "action" }, { "name": "integration_action_request_body", "required": false, "description": "JSON object containing the status, statusText, statusUrl, and outcomes for the deployment integration update.", "value_schema": { "val_type": "json", "inner_val_type": null, "enum": null, "properties": { "status": { "val_type": "string", "inner_val_type": null, "enum": [ "running", "succeeded", "failed" ], "properties": null, "inner_properties": null, "description": null }, "statusText": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": null }, "statusUrl": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": null }, "outcomes": { "val_type": "array", "inner_val_type": "json", "enum": null, "properties": null, "inner_properties": {}, "description": null } }, "inner_properties": null, "description": "" }, "inferrable": true, "http_endpoint_parameter_name": "requestBody" } ] }, "output": { "description": "Response from the API endpoint 'update-integration-deployment-action'.", "available_modes": [ "value", "error", "null" ], "value_schema": { "val_type": "json", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": null } }, "requirements": { "authorization": null, "secrets": [ { "key": "VERCEL_ACCESS_TOKEN" } ], "metadata": null }, "deprecation_message": null, "metadata": { "object_type": "api_wrapper_tool", "version": "1.1.0", "description": "Tools that enable LLMs to interact directly with the vercel API." }, "http_endpoint": { "metadata": { "object_type": "http_endpoint", "version": "1.2.0", "description": "" }, "url": "https://api.vercel.com/v1/deployments/{deploymentId}/integrations/{integrationConfigurationId}/resources/{resourceId}/actions/{action}", "http_method": "PATCH", "headers": { "Content-Type": "application/json" }, "parameters": [ { "name": "deploymentId", "tool_parameter_name": "deployment_id", "description": "", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "" }, "accepted_as": "path", "required": true, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "integrationConfigurationId", "tool_parameter_name": "integration_configuration_id", "description": "", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "" }, "accepted_as": "path", "required": true, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "resourceId", "tool_parameter_name": "resource_id", "description": "", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "" }, "accepted_as": "path", "required": true, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "action", "tool_parameter_name": "deployment_action", "description": "", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "" }, "accepted_as": "path", "required": true, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "requestBody", "tool_parameter_name": "integration_action_request_body", "description": "", "value_schema": { "val_type": "json", "inner_val_type": null, "enum": null, "properties": { "status": { "val_type": "string", "inner_val_type": null, "enum": [ "running", "succeeded", "failed" ], "properties": null, "inner_properties": null, "description": null }, "statusText": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": null }, "statusUrl": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": null }, "outcomes": { "val_type": "array", "inner_val_type": "json", "enum": null, "properties": null, "inner_properties": {}, "description": null } }, "inner_properties": null, "description": "" }, "accepted_as": "body", "required": false, "deprecated": false, "default": null, "documentation_urls": [] } ], "documentation_urls": [], "secrets": [ { "arcade_key": "VERCEL_ACCESS_TOKEN", "parameter_name": "Authorization", "accepted_as": "header", "formatted_value": "Bearer {authorization}", "description": "", "is_auth_token": false } ], "request_body_spec": "{\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"type\": \"object\",\n \"properties\": {\n \"status\": {\n \"type\": \"string\",\n \"enum\": [\n \"running\",\n \"succeeded\",\n \"failed\"\n ]\n },\n \"statusText\": {\n \"type\": \"string\"\n },\n \"statusUrl\": {\n \"type\": \"string\",\n \"format\": \"uri\",\n \"pattern\": \"^https?://|^sso:\"\n },\n \"outcomes\": {\n \"type\": \"array\",\n \"items\": {\n \"oneOf\": [\n {\n \"type\": \"object\",\n \"properties\": {\n \"kind\": {\n \"type\": \"string\"\n },\n \"secrets\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"name\": {\n \"type\": \"string\"\n },\n \"value\": {\n \"type\": \"string\"\n }\n },\n \"required\": [\n \"name\",\n \"value\"\n ],\n \"additionalProperties\": false\n }\n }\n },\n \"required\": [\n \"kind\",\n \"secrets\"\n ],\n \"additionalProperties\": false\n }\n ]\n }\n }\n },\n \"additionalProperties\": false\n }\n }\n }\n}", "use_request_body_schema_mode": true, "validate_request_body_schema": true } }