MCPHerramientas MCP/Conexiones/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.
Parámetros
connectionIdstringobligatorio
The id of the connected account (required).
Solicitud de ejemplo
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "list_boost_configs",
"arguments": {
"connectionId": "string"
}
}
}Respuesta de ejemplo
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}La forma de la respuesta se muestra a modo ilustrativo — el contenido real depende de la herramienta y de tus datos.