Storage & Databases11 toolsPaste one API key
Conversion Tools integration for AI agents
Conversion Tools is an online service that offers a fast and easy way to convert documents between different formats, like XML, Excel, PDF, Word, Text, CSV, and others.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Conversion Tools once and call the same tools from all of them.
Setup
Connect Conversion Tools through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Conversion Tools exposes 11 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
conversion_tools_download_file | Download a converted file from the Conversion Tools API using its file ID | Read |
conversion_tools_get_auth_info | Get information about the authenticated user including email address | Read |
conversion_tools_get_config | Get available conversion types and their configuration | Read |
conversion_tools_get_file_info | Get metadata about a file including size, name, and preview (for text files) | Read |
conversion_tools_get_task_status | Get the status of a conversion task | Read |
conversion_tools_list_tasks | Get all tasks for the authenticated user (up to 50 most recent tasks) | Read |
conversion_tools_convert_excel_to_html | Convert an Excel (.xlsx) file to HTML table format | Read |
conversion_tools_convert_word_to_text | Convert Word documents (.doc/.docx) to plain text (.txt) | Read |
conversion_tools_create_task | Create a new conversion task | Write |
conversion_tools_update_task_retention | Update the retention mode for a task | Write |
conversion_tools_upload_file | Upload a file to the ConversionTools API for subsequent conversion operations | Write |