{"name":"File Processor","description":"Convert data between formats: JSON, CSV, YAML, XML, Markdown, HTML, Base64, text. Send { content, from, to, options? }. Returns { result, from, to, inputSize, outputSize, metadata? }. Conversions: JSON↔CSV (array of objects), JSON↔YAML, JSON↔XML, JSON/CSV→HTML (table), Markdown↔HTML, any→Base64, Base64→text/json, any→text (strips tags/formatting), any→stats. Use to:\"stats\" for text analytics (wordCount, charCount, lineCount, readingTime, sentenceCount). Options: delimiter (CSV separator, default \",\"), headers (CSV, default true), indent (0-8 spaces for JSON/YAML/XML, default 2), rootElement (XML root tag, default \"root\"). JSON→CSV requires a JSON array of objects. YAML→CSV requires YAML representing an array. Max input: 1MB. Chain unsupported paths: e.g. yaml→html = yaml→json + json→html."}