MCPOutils MCP/Connexions/list_boost_configs

list_boost_configs

Readconnections:read

List a connected account's saved boost configurations — reusable targeting + budget presets for boosting/promoting a Facebook or Instagram post with paid ad spend. Use this to find a boostConfigId to pass to create_post_boost instead of specifying targeting/budget inline every time.

Paramètres
connectionIdstringobligatoire
The id of the connected account (required).
Exemple de requête
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "list_boost_configs",
    "arguments": {
      "connectionId": "string"
    }
  }
}
Exemple de réponse
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

La forme de la réponse est indicative — le contenu réel dépend de l'outil et de vos données.