Data Transform Agent
Converts complex information between diverse formats including JSON, CSV, PDF, and Excel.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- 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
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
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.
Список инструментов сервера (3)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |