axom_mcp_transform
Transform data between JSON, YAML, CSV, markdown, and code formats using field mapping, filtering, sorting, aggregation, and Jinja2 templates for custom output formatting.
Instructions
Transform data between formats and structures.
Supported Formats:
json: JSON objects and arrays
yaml: YAML documents
csv: Comma-separated values
markdown: Markdown documents
code: Source code (with language detection)
Transformation Rules:
field_mapping: Rename or restructure fields
filter: Include/exclude specific fields
sort: Sort arrays by field
aggregate: Group and aggregate data
Template Support: Use Jinja2 templates for custom output formatting.
Chain Support: Use chain parameter to continue processing transformed data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Input data to transform | |
| input_format | No | Input format (auto-detected if not specified) | |
| output_format | Yes | Output format | |
| rules | No | Transformation rules | |
| template | No | Template for transformation | |
| chain | No | Chain operations after transformation |