meta_ inspect_ launcher_ entity
Read a specific acknowledged Launcher entity in its ad account for reconciliation. One of 59 Meta Ads tools on the Get MCP Ads MCP gateway.
Read a specific acknowledged Launcher entity in its ad account for reconciliation. Read-only; never creates, changes or retries the entity. Missing or normalized fields must be inspected before claiming an exact match.
- Source
- Meta Ads
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ meta-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
adAccountId | string | Required | Owning advertising account ID. Use the exact ID returned by account discovery; do not substitute a campaign or business ID. |
entityId | string | Required | Exact entity ID saved in the acknowledged creation receipt. |
fields | array | Required | Exact fields to re-read from the reviewed native creation payload. IDs and account ownership are always checked. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "meta_inspect_launcher_entity",
"args": {
"adAccountId": "<string>",
"entityId": "<string>",
"fields": "<array>"
}
}
}