Skip to main content

Response Trimming

Reduce token usage by 40-80% with two parameters available on all curated tools.

Parameters

fields — Select specific fields

Use dot-notation to pick only the fields you need:
This works on any response shape — the gateway intelligently applies field picking to array items inside results, records, or rows containers.

format — Strip metadata

Examples

Full response (default)

With format: "compact"

With fields: ["id", "properties.email"]

Both combined

Provider-specific behavior