Skip to main content
Glama

Meta Ads MCP

by pipeboard-co

search_behaviors

Retrieve behavior targeting options for Meta Ads campaigns, including IDs, names, audience sizes, paths, and descriptions, using the Meta Ads MCP server. Configure results with optional access token and limit parameters for precise campaign targeting.

Instructions

Get all available behavior targeting options. Args: access_token: Meta API access token (optional - will use cached token if not provided) limit: Maximum number of results to return (default: 50) Returns: JSON string containing behavior targeting options with id, name, audience_size bounds, path, and description

Input Schema

NameRequiredDescriptionDefault
access_tokenNo
limitNo

Input Schema (JSON Schema)

{ "properties": { "access_token": { "default": null, "title": "Access Token", "type": "string" }, "limit": { "default": 50, "title": "Limit", "type": "integer" } }, "title": "search_behaviorsArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeboard-co/meta-ads-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server