{
  "info": {
    "name": "Meta Ads — mcp.ai",
    "description": "REST API for the Meta Ads MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/metaads",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "metaads_create_ad",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/ad",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "ad"
          ]
        },
        "description": "Create a new ad within an ad set using the Meta Marketing API. Supports various ad formats including image, video, carousel, and collection ads.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"status\": \"\",\n  \"creative\": {},\n  \"ad_set_id\": \"\",\n  \"bid_amount\": 0,\n  \"ad_account_id\": \"\",\n  \"tracking_specs\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_create_ad_creative",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/ad/creative",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "ad",
            "creative"
          ]
        },
        "description": "Create a new ad creative using the Meta Marketing API. Ad creatives are reusable visual and interactive elements that define how your ad looks and behaves: - Can be used in multiple ads - Support vari",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"creative\": {},\n  \"account_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_create_ad_set",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/ad/set",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "ad",
            "set"
          ]
        },
        "description": "Create a new ad set within a campaign using the Meta Marketing API. Supports detailed targeting options, budgets, and optimization goals.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"status\": \"\",\n  \"end_time\": \"\",\n  \"targeting\": {},\n  \"account_id\": \"\",\n  \"bid_amount\": 0,\n  \"start_time\": \"\",\n  \"campaign_id\": \"\",\n  \"bid_strategy\": \"\",\n  \"daily_budget\": 0,\n  \"billing_event\": \"\",\n  \"bid_constraints\": {},\n  \"lifetime_budget\": 0,\n  \"promoted_object\": {},\n  \"optimization_goal\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_create_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "campaign"
          ]
        },
        "description": "Create a new advertising campaign using the Meta Marketing API. Supports various campaign objectives, budgets, and bidding strategies.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"status\": \"\",\n  \"objective\": \"\",\n  \"account_id\": \"\",\n  \"bid_strategy\": \"\",\n  \"daily_budget\": 0,\n  \"lifetime_budget\": 0,\n  \"special_ad_categories\": \"\",\n  \"is_adset_budget_sharing_enabled\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_create_custom_audience",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/custom/audience",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "custom",
            "audience"
          ]
        },
        "description": "Create a new custom audience using the Meta Marketing API. Supports various types of custom audiences including customer lists, website visitors, and app users.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"rule\": {},\n  \"prefill\": false,\n  \"subtype\": \"\",\n  \"account_id\": \"\",\n  \"description\": \"\",\n  \"content_type\": \"\",\n  \"retention_days\": 0,\n  \"customer_file_source\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_delete_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "campaign"
          ]
        },
        "description": "Delete an advertising campaign using the Meta Marketing API. This marks the campaign as DELETED, which prevents it from delivering ads. Note that deleted campaigns are not permanently removed from Met",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"campaign_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_get_ad_accounts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/ad/accounts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "ad",
            "accounts"
          ]
        },
        "description": "Tool to retrieve all ad account IDs accessible to the authenticated user from Meta Ads. Use when you need to get a user's ad account information including account IDs, names, and other account details",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_get_ad_creative",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/ad/creative",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "ad",
            "creative"
          ]
        },
        "description": "Get Ad Creative",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"creative_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_get_insights",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/insights",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "insights"
          ]
        },
        "description": "Get insights data for a Meta Ads object (ad account, campaign, ad set, or ad) using the Meta Marketing API. Supports various metrics, breakdowns, and filtering options with flexible date ranges. Resul",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sort\": \"\",\n  \"after\": \"\",\n  \"level\": \"\",\n  \"limit\": 0,\n  \"before\": \"\",\n  \"fields\": \"\",\n  \"filtering\": \"\",\n  \"object_id\": \"\",\n  \"breakdowns\": \"\",\n  \"time_range\": {},\n  \"date_preset\": \"\",\n  \"date_range_defaulted\": false,\n  \"field_transformations\": \"\",\n  \"breakdown_transformations\": \"\",\n  \"action_attribution_windows\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_get_object",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/object",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "object"
          ]
        },
        "description": "Tool to retrieve data for any Meta Marketing API object by its ID. Use when you need to get information about a specific ad account, campaign, ad set, ad, ad creative, page, user, or other Meta object",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"object_id\": \"\",\n  \"time_range\": {},\n  \"date_preset\": \"\",\n  \"updated_since\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_get_page_accounts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/page/accounts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "page",
            "accounts"
          ]
        },
        "description": "Tool to retrieve permanent page access tokens for accounts managed by the user. Use when you need to get pages the user manages along with access tokens for each page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_get_user",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/user",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "user"
          ]
        },
        "description": "Tool to retrieve information about the authenticated user from Meta (Facebook) Graph API. Use when you need to get the current user's profile information such as name, email, or other user details.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_get_video",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/video",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "video"
          ]
        },
        "description": "DEPRECATED: Use METAADS_GET_OBJECT instead. Tool to retrieve video information from Meta's Graph API by video ID. Use when you need to get video details such as the source URL for playback/download, p",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"video_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_ad_creatives",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/ad/creatives",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "ad",
            "creatives"
          ]
        },
        "description": "Tool to list all ad creatives under an ad account. Use when you need to retrieve multiple ad creatives from a Meta Ads account to view, analyze, or manage creative assets.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"fields\": \"\",\n  \"ad_account_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_ad_network_analytics",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/ad/network/analytics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "ad",
            "network",
            "analytics"
          ]
        },
        "description": "Tool to retrieve ad network analytics for a Meta Business using the Meta Marketing API. Use when you need to get ad network performance metrics such as revenue or impressions.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0,\n  \"metrics\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_ad_network_analytics_results",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/ad/network/analytics/results",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "ad",
            "network",
            "analytics",
            "results"
          ]
        },
        "description": "Tool to retrieve ad network analytics results for Facebook Audience Network. Use when you need to get performance data from ads displayed through Facebook Audience Network on third-party apps and webs",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fields\": \"\",\n  \"query_id\": \"\",\n  \"object_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_ads",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/ads",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "ads"
          ]
        },
        "description": "Tool to list all ads under an ad account using the Meta Marketing API. Use when you need to retrieve ads from a specific ad account with optional filtering by fields.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"fields\": \"\",\n  \"ad_account_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_agencies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/agencies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "agencies"
          ]
        },
        "description": "Tool to retrieve agencies associated with a Meta Business or Ad Account. Use when you need to get the list of agencies that have access to manage a specific business or ad account.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0,\n  \"fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_assigned_pages",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/assigned/pages",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "assigned",
            "pages"
          ]
        },
        "description": "Tool to retrieve Facebook Pages assigned to a business user via Meta Marketing API. Use when you need to get the list of pages a business user has access to.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"business_user_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_assigned_users",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/assigned/users",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "assigned",
            "users"
          ]
        },
        "description": "Tool to list users assigned to a Facebook Page or Ad Account within a specific business context. Use when you need to retrieve the list of users who have access to a Page or Ad Account and their assoc",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"after\": \"\",\n  \"limit\": 0,\n  \"before\": \"\",\n  \"fields\": \"\",\n  \"business\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_business_ad_accounts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/business/ad/accounts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "business",
            "ad",
            "accounts"
          ]
        },
        "description": "Tool to retrieve all ad accounts owned by a specific Business Manager. Use when you need to get ad account information for a business including account IDs, names, and status.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"fields\": \"\",\n  \"business_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_business_invoices",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/business/invoices",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "business",
            "invoices"
          ]
        },
        "description": "Tool to retrieve business invoices from Meta Marketing API. Use when you need to fetch invoice data for a business including amounts, due dates, and payment status.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"type\": \"\",\n  \"after\": \"\",\n  \"limit\": 0,\n  \"before\": \"\",\n  \"root_id\": \"\",\n  \"end_date\": \"\",\n  \"invoice_id\": \"\",\n  \"start_date\": \"\",\n  \"issue_end_date\": \"\",\n  \"issue_start_date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_businesses",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/businesses",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "businesses"
          ]
        },
        "description": "Tool to discover every Business Manager the authenticated Meta principal can access, via `GET /me/businesses`. Use this first when you do not know a `business_id`: it works for both user and system-us",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_client_ad_accounts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/client/ad/accounts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "client",
            "ad",
            "accounts"
          ]
        },
        "description": "Tool to list all client ad accounts accessible to a business from Meta Ads. Use when you need to retrieve ad accounts that have been shared with a Business Manager as clients.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"fields\": \"\",\n  \"business_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_client_apps",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/client/apps",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "client",
            "apps"
          ]
        },
        "description": "Tool to retrieve client apps associated with a Meta Business using the Marketing API. Use when you need to get information about apps linked to a specific business.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"before\": \"\",\n  \"business_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_client_instagram_assets",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/client/instagram/assets",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "client",
            "instagram",
            "assets"
          ]
        },
        "description": "Tool to retrieve Instagram assets that are shared with a business as a client using the Meta Marketing API. Use when you need to fetch Instagram accounts or assets linked to a specific business ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"after\": \"\",\n  \"limit\": 0,\n  \"fields\": \"\",\n  \"business_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_client_offsite_signal_containers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/client/offsite/signal/containers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "client",
            "offsite",
            "signal",
            "containers"
          ]
        },
        "description": "Tool to retrieve client offsite signal container business objects for a business from Meta Marketing API. Use when you need to list all client offsite signal container business objects associated with",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0,\n  \"fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_client_pages",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/client/pages",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "client",
            "pages"
          ]
        },
        "description": "Tool to retrieve client pages associated with a Meta business. Use when you need to get the list of pages that a business manages on behalf of clients.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0,\n  \"fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_clients",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/clients",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "clients"
          ]
        },
        "description": "Tool to retrieve client businesses associated with a Meta Business Manager. Use when you need to get the list of businesses that are clients of a specific Business Manager.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0,\n  \"fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_collaborative_ads_collaboration_requests",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/collaborative/ads/collaboration/requests",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "collaborative",
            "ads",
            "collaboration",
            "requests"
          ]
        },
        "description": "Tool to retrieve collaborative ads collaboration requests for a Meta Business using the Marketing API. Use when you need to get collaboration requests related to collaborative advertising partnerships",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0,\n  \"fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_collaborative_ads_suggested_partners",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/collaborative/ads/suggested/partners",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "collaborative",
            "ads",
            "suggested",
            "partners"
          ]
        },
        "description": "Tool to retrieve collaborative ads suggested partners for a business from Meta Marketing API. Use when you need to discover potential partnership opportunities for collaborative advertising campaigns.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"fields\": \"\",\n  \"business_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_initiated_audience_sharing_requests",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/initiated/audience/sharing/requests",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "initiated",
            "audience",
            "sharing",
            "requests"
          ]
        },
        "description": "Tool to retrieve initiated audience sharing requests for a business using the Meta Marketing API. Use when you need to get the list of audience sharing requests that have been initiated by a business.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"after\": \"\",\n  \"limit\": 0,\n  \"fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_managed_partner_ads_funding_source_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/managed/partner/ads/funding/source/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "managed",
            "partner",
            "ads",
            "funding",
            "source",
            "details"
          ]
        },
        "description": "Tool to retrieve managed partner ads funding source details for a Meta Business. Use when you need to get funding source information for managed partner ads associated with a specific business.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_owned_apps",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/owned/apps",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "owned",
            "apps"
          ]
        },
        "description": "Tool to retrieve apps owned by a business from Meta Marketing API. Use when you need to get information about apps associated with a business account.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"fields\": \"\",\n  \"business_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_owned_businesses",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/owned/businesses",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "owned",
            "businesses"
          ]
        },
        "description": "Tool to retrieve businesses owned by a parent Business Manager from Meta Marketing API. Use when you need to list child businesses managed under a Business Manager account in a Tier-2 business hierarc",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"fields\": \"\",\n  \"business_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_owned_instagram_assets",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/owned/instagram/assets",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "owned",
            "instagram",
            "assets"
          ]
        },
        "description": "Tool to list Instagram accounts/assets owned by a Meta Business. Use when you need to retrieve the Instagram Business Accounts associated with a specific Meta Business.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"fields\": \"\",\n  \"business_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_owned_offsite_signal_container_business_objects",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/owned/offsite/signal/container/business/objects",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "owned",
            "offsite",
            "signal",
            "container",
            "business",
            "objects"
          ]
        },
        "description": "Tool to retrieve owned offsite signal container business objects for a business from Meta Marketing API. Use when you need to list all owned offsite signal container business objects associated with a",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0,\n  \"fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_owned_pages",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/owned/pages",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "owned",
            "pages"
          ]
        },
        "description": "Tool to retrieve Pages owned by a Business Manager from Meta Marketing API. Use when you need to get a list of all Facebook Pages that a business owns or manages.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"fields\": \"\",\n  \"business_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_pending_client_ad_accounts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/pending/client/ad/accounts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "pending",
            "client",
            "ad",
            "accounts"
          ]
        },
        "description": "Tool to retrieve pending client ad account access requests for a Business Manager from Meta Ads. Use when you need to get ad accounts that are awaiting approval to be added as clients to a business.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"fields\": \"\",\n  \"business_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_pending_client_apps",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/pending/client/apps",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "pending",
            "client",
            "apps"
          ]
        },
        "description": "Tool to retrieve pending client apps for a Meta Business. Use when you need to list apps that are pending approval or connection to a business account.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"fields\": \"\",\n  \"business_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_pending_client_pages",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/pending/client/pages",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "pending",
            "client",
            "pages"
          ]
        },
        "description": "Tool to retrieve pending client pages for a Business Manager using the Meta Marketing API. Use when you need to see which Facebook Pages have pending access requests from the business.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"business_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_pending_offsite_signal_containers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/pending/offsite/signal/containers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "pending",
            "offsite",
            "signal",
            "containers"
          ]
        },
        "description": "Tool to retrieve pending shared offsite signal container business objects from Meta Marketing API. Use when you need to get information about pending shared offsite signal containers associated with a",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0,\n  \"fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_pending_owned_ad_accounts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/pending/owned/ad/accounts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "pending",
            "owned",
            "ad",
            "accounts"
          ]
        },
        "description": "Tool to retrieve pending owned ad accounts for a Business Manager account from Meta Marketing API. Use when you need to list ad accounts with pending ownership status for a specific business.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"fields\": \"\",\n  \"business_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_pending_owned_pages",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/pending/owned/pages",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "pending",
            "owned",
            "pages"
          ]
        },
        "description": "Tool to retrieve Pages with pending ownership status for a Business Manager from Meta Marketing API. Use when you need to get a list of Facebook Pages that are pending approval or verification for a b",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"fields\": \"\",\n  \"business_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_pending_users",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/pending/users",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "pending",
            "users"
          ]
        },
        "description": "Tool to retrieve pending users from a Business Manager in Meta Marketing API. Use when you need to get information about users with pending invitations to a Business Manager.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0,\n  \"fields\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_received_audience_sharing_requests",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/received/audience/sharing/requests",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "received",
            "audience",
            "sharing",
            "requests"
          ]
        },
        "description": "Tool to retrieve all received audience sharing requests for a business using the Meta Marketing API. Use when you need to see which other businesses have requested to share custom audiences with your ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_system_users",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/system/users",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "system",
            "users"
          ]
        },
        "description": "Tool to retrieve system users for a Meta Business Manager account. Use when you need to list all system users (non-human accounts used for API access) associated with a business.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"fields\": \"\",\n  \"business_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_list_targeting_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/targeting/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "targeting",
            "search"
          ]
        },
        "description": "Tool to search for targeting options in Meta Ads Marketing API. Use when you need to find interests, locations, demographics, schools, or employers for ad targeting purposes.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"type\": \"\",\n  \"class\": \"\",\n  \"limit\": 0,\n  \"location_types\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_preview_ad_creative",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/preview/ad/creative",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "preview",
            "ad",
            "creative"
          ]
        },
        "description": "Preview Ad Creative",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"creative_id\": \"\",\n  \"thumbnail_width\": 0,\n  \"thumbnail_height\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_read_adsets",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/read/adsets",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "read",
            "adsets"
          ]
        },
        "description": "Retrieve ad sets from a Meta ad account using the Marketing API. Returns information about the ad sets including their status, targeting, and other properties.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"fields\": \"\",\n  \"date_preset\": \"\",\n  \"is_completed\": false,\n  \"ad_account_id\": \"\",\n  \"updated_since\": 0,\n  \"effective_status\": \"\",\n  \"time_range_since\": \"\",\n  \"time_range_until\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_update_ad_creative",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/ad/creative",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "ad",
            "creative"
          ]
        },
        "description": "Update Ad Creative",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"status\": \"\",\n  \"creative_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_update_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "campaign"
          ]
        },
        "description": "Update an existing advertising campaign using the Meta Marketing API. Allows modification of campaign properties like name, status, budget, and bidding strategy. Only the fields that need to be update",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"status\": \"\",\n  \"spend_cap\": 0,\n  \"campaign_id\": \"\",\n  \"bid_strategy\": \"\",\n  \"daily_budget\": 0,\n  \"lifetime_budget\": 0,\n  \"special_ad_categories\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "metaads_upload_ad_image",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/upload/ad/image",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "upload",
            "ad",
            "image"
          ]
        },
        "description": "Upload an image for use in Meta ad creatives using the Marketing API. The image can later be referenced by its hash when creating ad creatives.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"image\": {},\n  \"ad_account_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}