Skip to main content
Glama

Meta Ads MCP

by pipeboard-co

create_budget_schedule

Create a budget schedule for Meta Ads campaigns to increase budgets during high-demand periods using Unix timestamps for precise timing. Specify campaign ID, budget value, type, and time range for optimized ad spend.

Instructions

Create a budget schedule for a Meta Ads campaign. Allows scheduling budget increases based on anticipated high-demand periods. The times should be provided as Unix timestamps. Args: campaign_id: Meta Ads campaign ID. budget_value: Amount of budget increase. Interpreted based on budget_value_type. budget_value_type: Type of budget value - "ABSOLUTE" or "MULTIPLIER". time_start: Unix timestamp for when the high demand period should start. time_end: Unix timestamp for when the high demand period should end. access_token: Meta API access token (optional - will use cached token if not provided). Returns: A JSON string containing the ID of the created budget schedule or an error message.

Input Schema

NameRequiredDescriptionDefault
access_tokenNo
budget_valueYes
budget_value_typeYes
campaign_idYes
time_endYes
time_startYes

Input Schema (JSON Schema)

{ "properties": { "access_token": { "default": null, "title": "Access Token", "type": "string" }, "budget_value": { "title": "Budget Value", "type": "integer" }, "budget_value_type": { "title": "Budget Value Type", "type": "string" }, "campaign_id": { "title": "Campaign Id", "type": "string" }, "time_end": { "title": "Time End", "type": "integer" }, "time_start": { "title": "Time Start", "type": "integer" } }, "required": [ "campaign_id", "budget_value", "budget_value_type", "time_start", "time_end" ], "title": "create_budget_scheduleArguments", "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