Documentation Index
Fetch the complete documentation index at: https://docs.ascendgtm.net/llms.txt
Use this file to discover all available pages before exploring further.
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:
results, records, or rows containers.
format — Strip metadata
| Value | Behavior |
|---|---|
full (default) | Returns the complete executor wrapper: {success, status, data: {...}} |
compact | Strips the wrapper, returns the data payload directly |
Examples
Full response (default)
With format: "compact"
With fields: ["id", "properties.email"]
Both combined
Provider-specific behavior
| Provider | Compact extracts |
|---|---|
| HubSpot | {results, paging} |
| Salesforce | {records, totalSize, done} |
| GA4 | rows array |
| Google Ads | First result set’s results array |
| Others | data payload from executor wrapper |