x_ ads_ get_ media_ library_ item
Get a single media library object by media key Native X fields and pagination are preserved; monetary fields ending in _micro are millionths of the account…
Get a single media library object by media key Native X fields and pagination are preserved; monetary fields ending in _micro are millionths of the account currency.
- Source
- X Ads
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
account_id- Endpoint
- https:/
/ mcp. getmcpads. com/ x-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
account_id | string | Required | X Ads account ID selected in Sources. |
media_key | string | Required | Uploaded media key registered in the selected account's media library. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "x_ads_get_media_library_item",
"args": {
"account_id": "<string>",
"media_key": "<string>"
}
}
}