We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bradenpan/mcp-google-ads'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•704 B
"""Prompts Layer - Workflow templates for Google Ads management.
This module provides pre-defined workflow prompts that guide Claude through
common multi-step Google Ads tasks. Each prompt is a structured template
with clear steps referencing specific resources and tools.
Available Prompts:
- weekly_review: Comprehensive weekly performance analysis
- optimize_campaign: Deep-dive campaign optimization
- keyword_expansion: Research new keyword opportunities
- budget_reallocation: Cross-campaign budget optimization
- new_campaign_setup: Guided campaign creation
- diagnose_performance_drop: Investigate performance issues
"""
from .workflows import register_prompts
__all__ = ["register_prompts"]