Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PROPELLERADS_API_TOKEN | Yes | Your PropellerAds API token, obtained from your account profile. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_campaigns | List all campaigns with optional filters. Returns campaign ID, name, status, ad format, and basic metrics. |
| get_campaign_details | Get complete details for a specific campaign including targeting, creatives, and settings. |
| create_campaign | Create a new advertising campaign with specified settings. |
| update_campaign | Update campaign settings like budget, bid, targeting, or status. |
| start_campaigns | Activate/start one or more campaigns. |
| stop_campaigns | Pause/stop one or more campaigns. |
| clone_campaign | Create a copy of an existing campaign. |
| get_performance_report | Get detailed performance statistics with metrics like impressions, clicks, conversions, spend, CTR, CVR, CPC, CPA, and ROI. |
| get_campaign_performance | Get performance summary for a specific campaign with calculated metrics and insights. |
| compare_periods | Compare performance between two time periods. |
| get_zone_performance | Get performance statistics grouped by zone/placement. Useful for whitelist/blacklist optimization. |
| get_creative_performance | Get performance statistics for creatives. |
| find_underperforming_zones | Find zones that are spending money but not converting. Useful for blacklist candidates. |
| find_top_zones | Find best performing zones. Useful for whitelist candidates. |
| find_scaling_opportunities | Find campaigns ready for scaling based on ROI and conversion volume. |
| add_to_blacklist | Add zones to campaign blacklist. |
| add_to_whitelist | Add zones to campaign whitelist. |
| auto_blacklist_zones | Automatically find and blacklist underperforming zones for a campaign. |
| get_balance | Get current account balance. |
| get_available_countries | Get list of available countries for targeting. |
| get_ad_formats | Get list of available ad formats. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |