add_tracked_keywords
Append keywords, competitors, and target locations to a project for SEO tracking. Provide project_id to add to existing lists without duplicates.
Instructions
Add tracked keywords, competitors, and/or target locations to a project.
Appends to the project's existing lists (no duplicates). Call list_projects()
first to get the project_id. At least one of keywords/competitors/locations
must be provided.
Args:
project_id: The project UUID (from list_projects or create_project).
keywords: Keywords to add — a list, or a comma-separated string.
competitors: Competitor domains to add — a list, or comma-separated string.
locations: Target locations to add — a list, or comma-separated string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | No | ||
| keywords | No | ||
| locations | No | ||
| project_id | Yes | ||
| competitors | No |