CloudConvert

CloudConvert is a file conversion service supporting over 200 formats, including audio, video, document, ebook, archive, image, spreadsheet, and presentation formats.

9 actions Integration catalog
Request access
Connect CloudConvert once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create Export Google Cloud Storage TaskCLOUDCONVERT_CREATE_EXPORT_GOOGLE_CLOUD_STORAGE_TASK
Tool to create a task to export files to a Google Cloud Storage bucket. Use after conversion when you need to store results directly into GCS. Ensure service account credentials have the proper permissions.
Create Export S3 TaskCLOUDCONVERT_CREATE_EXPORT_S3_TASK
Tool to create a task to export files to an Amazon S3 bucket. Use after conversion when you need to store results directly into S3. Ensure AWS credentials have s3:PutObject (and PutObjectAcl if using non-default ACL) permissions.
Create WebhookCLOUDCONVERT_CREATE_WEBHOOK
Creates a new webhook to receive CloudConvert event notifications. Use this when you need to be notified about job status changes (created, finished, or failed) via HTTP POST requests to your server.
Delete WebhookCLOUDCONVERT_DELETE_WEBHOOK
Permanently delete a webhook by its ID. Use this when you no longer need to receive event notifications for a specific webhook. The webhook ID can be obtained from the create_webhook or list_webhooks actions.
List OperationsCLOUDCONVERT_LIST_OPERATIONS
Tool to list all possible CloudConvert operations with their available options and engine details. Use when you need to discover what operations are available, check operation requirements, or filter by input/output formats before creating tasks.
List Supported FormatsCLOUDCONVERT_LIST_SUPPORTED_FORMATS
Tool to list all supported conversion formats, engines, and options. Use when you need to discover available conversions before creating tasks.
List TasksCLOUDCONVERT_LIST_TASKS
List all CloudConvert tasks with their status, payload and results. Use this tool to: - Monitor conversion task progress and status - Find tasks by status (waiting, processing, finished, error) - Filter tasks by job ID to see all tasks in a specific job - Retrieve task results and output file URLs - Debug failed conversions by checking error codes and messages Tasks are automatically deleted 24 hours after completion.
List WebhooksCLOUDCONVERT_LIST_WEBHOOKS
Tool to list all webhooks. Use when you need to retrieve existing webhooks before managing or inspecting them.
Show UserCLOUDCONVERT_SHOW_USER
Retrieves the current authenticated user's CloudConvert account information. Returns the user's ID, username, email, remaining conversion credits, and account creation date. Requires the 'user.read' scope. Useful for verifying authentication and checking available credits.