Data Transform Agent
Converts complex information between diverse formats including JSON, CSV, PDF, and Excel.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Transform: Convert data from one format to another. Supports 43+ conversion pairs across JSON, CSV, XML, YAML, TOML, HTML, Markdown, plain text, PDF, Excel, and DOCX. For binary input formats (pdf, ex
- Reshape Json: Restructure JSON data from one schema to another using dot-notation path mapping. Maps fields from the source to new positions in the target. Handles both single objects and arrays of ob
- List Capabilities: List all supported format conversion pairs with pricing and average response times. Call this first to discover which source→target format combinations are available before attempti
What data it sees
Do you need an account
No: the server works without sign-in
Converts complex information between diverse formats including JSON, CSV, PDF, and Excel. Restructures nested data architectures using simple path mapping for easier analysis. Simplifies data migration and document processing tasks across various platforms.
Server tool list (3)
Raw names from tools/list. Only developers need these.
| transform | Convert data from one format to another. Supports 43+ conversion pairs across JSON, CSV, XML, YAML, TOML, HTML, Markdown, plain text, PDF, Excel, and DOCX. For binary input formats (pdf, excel, docx), send data as a base64-encoded string. Returns the transformed data as a string (or base64 for binary output formats like excel). |
| reshape_json | Restructure JSON data from one schema to another using dot-notation path mapping. Maps fields from the source to new positions in the target. Handles both single objects and arrays of objects. Example: mapping={'full_name': 'user.profile.name', 'email': 'user.contact.email'} extracts nested values into a flat structure. |
| list_capabilities | List all supported format conversion pairs with pricing and average response times. Call this first to discover which source→target format combinations are available before attempting a transform. |