Available Transforms
JSON to CSV
Converts JSON array responses to CSV format. JSON arrays are verbose; CSV is compact. For tools that return lists of records (CRM contacts, database rows, spreadsheet data), this can cut token usage significantly. Example — convert a Salesforce contact list to CSV:“Add a JSON to CSV transform to my Salesforce list_contacts tool”Before:
Remove Fields
Strips specified fields from every response. Use this to cut noise — internal IDs, audit timestamps, system metadata — that the AI doesn’t need and that waste tokens. Example — remove metadata from HubSpot responses:“Remove thecreated_at,updated_at,portal_id, and_linksfields from all HubSpot responses”
Retain Fields
Keeps only the fields you specify, discarding everything else. More aggressive than Remove Fields — use this when a response is large and you only need a handful of fields. Example — keep only what matters from a Salesforce opportunity:“Retain onlyid,name,amount,stage, andclose_datefrom Salesforce opportunity responses”
How to configure
Ask the Configurator Agent:“Add a JSON to CSV transform to my PostgreSQL query tool”
“Strip metadata fields from all Linear issue responses”
“Only keep name, email, and company from HubSpot contact responses”Or configure via the Civic UI: open your toolkit → select the MCP server → Guardrails → Response → Add Transform. Transforms can be stacked — for example, Retain Fields followed by JSON to CSV will first narrow the fields, then convert to CSV format.

