Skip to main content
Glama
JanNafta

PropellerAds MCP Server

by JanNafta

get_campaign_details

Retrieve comprehensive campaign information including targeting parameters, creative assets, and configuration settings for analysis and management.

Instructions

Get complete details for a specific campaign including targeting, creatives, and settings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
campaign_idYesCampaign ID

Implementation Reference

  • The handler logic for 'get_campaign_details' which calls client.get_campaign and formats the JSON output.
    elif name == "get_campaign_details":
        campaign = client.get_campaign(args["campaign_id"])
        return f"# Campaign Details\n\n```json\n{json.dumps(campaign, indent=2)}\n```"
  • Tool registration for 'get_campaign_details' with input schema definition.
    Tool(
        name="get_campaign_details",
        description="Get complete details for a specific campaign including targeting, creatives, and settings.",
        inputSchema={
            "type": "object",
            "properties": {
                "campaign_id": {
                    "type": "integer",
                    "description": "Campaign ID",
                },
            },
            "required": ["campaign_id"],
        },

Latest Blog Posts

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/JanNafta/propellerads-mcp'

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