meta list edge raw
meta_list_edge_rawList read-only Meta Graph edges using custom fields, filters, and pagination to retrieve metadata when specialized tools miss newly added fields.
Instructions
List an allowlisted read-only Meta Graph edge with caller-selected flat fields, filters, and cursor pagination. Use this for broad metadata/entity discovery when a specialized tool does not expose a newly added field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edge | Yes | Allowlisted Meta Graph edge to read on the selected node. | |
| after | No | Opaque cursor for the next page returned by Meta. | |
| limit | No | Maximum number of returned items or rows. The declared bounds and default apply; use pagination for additional results. | |
| since | No | Beginning of the requested reporting period; use the format accepted by the provider. | |
| until | No | End of the requested reporting period; use the format accepted by the provider. | |
| before | No | Opaque cursor for the previous page returned by Meta. | |
| fields | No | Native provider fields to return. Select only fields supported by the chosen object or report. | |
| parentId | Yes | Parent Graph node ID, such as act_123, a Business, Page, catalog, campaign, or ad set ID | |
| filtering | No | Native provider filter expressions; credentials and account overrides are not allowed. | |
| parameters | No | Additional documented GET parameters, for example targeting_spec or optimization_goal; auth and HTTP method override parameters are blocked | |
| includeSummary | No | Request the provider's available summary or total-count metadata. |
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. |