agents.optimize_blog_title
Optimize a blog post title for SEO and click-through rate.Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
target_keyword | string | Yes | — | The keyword to optimize for |
current_title | string | Yes | — | The existing title |
content | string | No | "" | Page content for better context |
business_context | string | No | "" | Additional business context |
user_prompt | string | No | "" | Custom instructions for the optimizer |
Response
Usage
- MCP
- API
Takes 20-30 seconds.
agents.optimize_meta_description
Optimize a meta description for SEO and click-through rate. Returns a 150-160 character description.Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
target_keyword | string | Yes | — | The keyword to optimize for |
current_description | string | Yes | — | The existing meta description |
content | string | No | "" | Page content for context |
business_context | string | No | "" | Additional business context |
Response
Takes 15-25 seconds.
agents.generate_faqs
Generate FAQ question-answer pairs from content. Returns 7 structured pairs optimized for SEO.Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
content | string | Yes | — | The full text content |
title | string | No | "" | Page title for context |
Response
Takes 20-30 seconds.
agents.research_company
Research a company from its website URL. Returns a summary of who they are, their products, target customers, and digital marketing approach.Parameters
| Name | Type | Required | Description |
|---|---|---|---|
url | string | Yes | The company’s website URL |
Response
Takes 20-40 seconds.
agents.generate_image
Generate an image from a text prompt using AI.Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | Yes | — | Text description of the image |
style | string | No | "" | stock_photo, watercolor, illustration, sketch |
size | string | No | "1024x1024" | Image dimensions |
quality | string | No | "standard" | Image quality level |
Response
Takes 20-30 seconds.
agents.analyze_competitors
Analyze top-ranking pages for a keyword. Returns competitive landscape including content gaps, ranking factors, and opportunities.Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
keyword | string | Yes | — | The keyword to analyze |
analysis_depth | string | No | "basic" | basic or comprehensive |
Response
Takes 30-60 seconds.
comprehensive depth takes longer.agents.analyze_search_intent
Analyze the search intent behind a keyword. Returns intent classification, user questions from Google PAA and social sources, and content angle recommendations.Parameters
| Name | Type | Required | Description |
|---|---|---|---|
keyword | string | Yes | The keyword to analyze |
Response
Takes 20-40 seconds.