platform.get_brand_voice
Retrieve your organization’s brand voice profile — company overview, tone, audience, and competitive context. Use this to understand the brand before generating content.Parameters
None.Response
Usage
- MCP
- API
Call
platform.get_brand_voice with no parameters.Returns
{"error": "No brand voice configured for this organization"} if not set up yet. Configure it in the ClickFlow dashboard.platform.analyze_keyword
Get keyword difficulty, search volume, and competition metrics via DataForSEO.Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
keyword | string | Yes | — | The keyword to analyze |
location | string | No | "United States" | Target location |
language | string | No | "en" | Language code |
Response
Usage
- MCP
- API
platform.list_target_keywords
List tracked target keywords with SEO metrics.Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | 500 | Maximum keywords to return |
Response
Usage
- MCP
- API
If you have many keywords, the response may return
{"error": "Too many keywords. Try a smaller limit."}. Reduce the limit parameter.platform.list_competitors
List tracked competitors with domain, average position, and keyword intersections.Parameters
None.Response
Usage
- MCP
- API
Call
platform.list_competitors with no parameters.