meta get insights raw
meta_get_insights_rawQuery the Meta Insights edge with native field names, breakdowns, filters, and pagination. Access newly added Meta fields before curated catalogs are updated.
Instructions
Query the Meta Insights edge with validated native field names, breakdowns, action breakdowns, attribution windows, filters, sort, summary, and pagination. This complements meta_get_insights when Meta adds fields before the curated metric catalog is updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Native provider ordering expressions. | |
| after | No | Opaque cursor for the next page returned by Meta. | |
| level | No | Entity or aggregation level for the requested report. | |
| limit | No | Maximum number of returned items or rows. The declared bounds and default apply; use pagination for additional results. | |
| fields | Yes | Native Meta Insights API fields; calculated aliases are not accepted here | |
| objectId | Yes | Ad account (act_...), campaign, ad set, or ad ID whose /insights edge should be queried | |
| filtering | No | Native provider filter expressions; credentials and account overrides are not allowed. | |
| timeRange | No | Explicit provider reporting period with since and until dates. | |
| breakdowns | No | Native reporting breakdowns. Check compatibility before combining them. | |
| datePreset | No | Named reporting period. Use the custom date range when you need exact start and end dates. | |
| timeIncrement | No | Provider time-bucket size or supported aggregate value. | |
| includeSummary | No | Request the provider's available summary or total-count metadata. | |
| actionBreakdowns | No | Meta action-level breakdowns, subject to Insights compatibility rules. | |
| actionAttributionWindows | No | Meta attribution windows used to attribute action metrics. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Original tool result: parsed JSON when the text is JSON, otherwise the text or multiple MCP content blocks. Provider fields depend on the selected query. |