seo_roadmap_get
Retrieve a specific SEO roadmap item by ID. Select short, medium, or full detail to access status, keywords, and complete data for that item.
Instructions
View a single roadmap item by ID. Returns full detail by default (raw object). Use detail="medium" for {id, title, status, primaryKeywords, clusterId} or detail="short" for {id, title, status}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | Verbosity of returned item(s): "short" = id + primary label + status (cheap list scan); "medium" = key summary fields + counts (a useful glance); "full" = the complete object. Default "full". Lists default to "short" — to zoom into one item, call its get/view tool with detail="medium" or "full". | full |
| itemId | Yes | Roadmap item ID from seo_list_roadmap | |
| brandId | No | Brand ID (defaults to active brand) |