You're viewing a demo portfolio

Join the waitlist
PRSM

fb_list_campaigns

Active

Tool of Facebook_ads

declared in 0.1.0

List campaigns in a Facebook ad account (e.g., account_id: '123456789'). Returns campaign names, IDs, status, and objectives.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "act_account_id": "act_123456789"
    },
    {
      "limit": 50,
      "fields": "id,name,status,objective,daily_budget,lifetime_budget,created_time",
      "act_account_id": "act_987654321"
    }
  ],
  "required": [
    "act_account_id"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max results (default 25)"
    },
    "fields": {
      "type": "string",
      "description": "Comma-separated fields (default: \"id,name,status,objective,daily_budget,lifetime_budget\")"
    },
    "act_account_id": {
      "type": "string",
      "description": "Ad account ID with act_ prefix (e.g., \"act_123456789\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Facebook_ads

https://github.com/pipeworx-io/mcp-facebook_ads

1/7 registries
View full server →