# meta_get_organic_content_enrichment

> Enrich Facebook Page posts and Instagram organic media with media URLs, permalinks, counts, attachments, and optional read-only insights.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Meta Ads](https://www.getmcpads.com/docs/sources/meta-ads)

Enrich Facebook Page posts and Instagram organic media with media URLs, permalinks, counts, attachments, and optional read-only insights.

|  |  |
| --- | --- |
| Source | [Meta Ads](https://www.getmcpads.com/docs/sources/meta-ads) |
| Kind | Read |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `adAccountId` |
| Endpoint | https://mcp.getmcpads.com/meta-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `pageId` | string | Optional | Facebook Page ID for /posts and linked IG discovery. |
| `instagramAccountId` | string | Optional | Instagram professional account ID for /media. |
| `postIds` | array | Optional | Specific Facebook post IDs to enrich. |
| `mediaIds` | array | Optional | Specific Instagram media IDs to enrich. |
| `includePagePosts` | boolean | Optional | Default: `true`. |
| `includeInstagramMedia` | boolean | Optional | Default: `true`. |
| `includeInsights` | boolean | Optional | Default: `false`. |
| `limit` | integer | Optional | Default: `25`. |
| `cursor` | string | Optional | Pagination cursor from previous response. |
| `since` | string | Optional | Optional Graph time filter. For IG media this should be Unix seconds or strtotime-compatible text. |
| `until` | string | Optional | Optional Graph time filter. For IG media this should be Unix seconds or strtotime-compatible text. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "meta_get_organic_content_enrichment",
    "args": {}
  }
}
```

- [Meta Ads metrics](https://www.getmcpads.com/docs/sources/meta-ads/metrics): What you can ask for.
- [Meta Ads dimensions](https://www.getmcpads.com/docs/sources/meta-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/meta-ads/tools/meta_get_organic_content_enrichment
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
