meta_ get_ adset_ configuration
Read an existing ad set, its parent campaign budget/objective and account currency before preparing an edit.
Read an existing ad set, its parent campaign budget/objective and account currency before preparing an edit. Returns native settings; no mutation.
- 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 | |
adSetId | string | Required |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "meta_get_adset_configuration",
"args": {
"adAccountId": "<string>",
"adSetId": "<string>"
}
}
}