meta get node fields
meta_get_node_fieldsFetch any flat field from a Meta Graph node—campaign, ad set, ad, creative, audience, catalog, Page, Instagram, or pixel—to access new data without waiting for a schema update.
Instructions
Read arbitrary flat fields from one Meta Graph node. This GET-only escape hatch covers newly released campaign, ad set, ad, creative, audience, catalog, Page, Instagram, pixel, and other accessible node fields without waiting for a fixed MCP schema update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Flat Graph field names; nested field expansion is intentionally disabled | |
| nodeId | Yes | Graph node ID, for example a campaign, ad set, ad, creative, Page, IG account, pixel, audience, or catalog ID | |
| includeMetadata | No | Ask Graph for field metadata when supported |
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. |