x_ ads_ list_ funding_ instruments
List funding instruments (payment sources) for an ads account Native X fields and pagination are preserved; monetary fields ending in _micro are millionths…
List funding instruments (payment sources) for an ads account 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. |
count | integer | Optional | Number of records to return per page (1-1000). |
cursor | string | Optional | Pagination cursor from a previous response. |
funding_ | string | Optional | Comma-separated funding instrument IDs to fetch specific records (max 200). |
sort_by | string | Optional | Sort order as attribute-direction, e.g. created_at-asc or updated_at-desc. |
with_deleted | boolean | Optional | Include soft-deleted funding instruments (default false). |
with_total_count | boolean | Optional | Include the total_count response attribute (default false; exclusive with cursor). |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "x_ads_list_funding_instruments",
"args": {
"account_id": "<string>"
}
}
}