Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SEO_API_WORKSPACE_API_KEY | Yes | Your private SEO Review Tools API key |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_website_traffic | Get website traffic data from SEO Review Tools. |
get_authority_scores | Get authority scores for a list of URLs. |
get_serp | Get SERP data from SEO Review Tools. |
post_bulk_website_traffic | Post bulk website traffic data to SEO Review Tools API. |
get_backlinks | Get backlinks for a specified URL. |
get_seo_content_score | Get the SEO content score from SEO Review Tools. |
get_keyword_statistics | Get keyword statistics from SEO Review Tools. |
get_keyword_suggestions | Get keyword suggestions from SEO Review Tools API. |