Saved keyword set report
Continue a keyword investigation from local saved evidence. The report shows which returned terms have current metrics or page mappings while keeping missing values and partial views clear.
Install and run the report
Install the CLI once, then run seo start to connect your site and Google data. After setup you can run this report yourself or ask your agent to run it.
Install the SEO CLI globally.
npm i -g seoRun setup after installation.
seo startReview one local saved research set without provider requests.
seo reports run saved-keywords --params '{"projectId":"example","set":"Priority"}' --jsonWhat you get from this report
Review saved keyword research, stale provider metrics, tags and page mappings from one local project set without repeating paid provider requests.
- Best for
- You want to continue earlier keyword research without repeating provider requests.
- Needs
- Local project keyword set
- You get
- Review saved keyword research, stale provider metrics, tags and page mappings from one local project set without repeating paid provider requests.
- Use next
- Compare keyword metrics
Every report follows the same rules for missing data and outside estimates.See how report data works.
What you need before you run it
The report uses the information below. Optional sources are only used when you ask for them.
Local project keyword set
Provides the saved market, research source, terms, user-managed tags, and existing or proposed page mappings.
Saved provider metric snapshots
Adds the latest typed estimate and observation date for each returned term when it has been refreshed.
Use a different report for these jobs
These jobs need a different report or a manual review.
You need new market candidates rather than terms already saved in the project.
Run keyword research from a small seed list. It performs limited provider discovery and keeps request details and cost beside the returned candidates.
You need Search Console data for which terms already surface your pages.
Run keyword opportunities for the Search Console property. It starts from returned query and page evidence, then adds independent estimates only when explicitly requested.
Use the report with an agent or in code
The command above is enough for most work. These options let an agent, script or application run the same report with explicit input and structured output.
CLI
Use the report catalog when an agent, script or CI job needs predictable JSON instead of the normal terminal output. Check the current input first, then run the report with the validated parameters.
Check the current input before the agent or script runs the report.
seo reports describe saved-keywords --jsonOnce the input is valid, run the report through the report catalog.
seo reports run saved-keywords --params '{"projectId":"example","set":"Priority","limit":100,"staleDays":45}' --jsonMCP
An MCP agent follows the same two-step flow. It inspects the current schema, fills the required fields and only then runs the report.
Ask the MCP server for the current report input.
{
"id": "saved-keywords"
}Run the report after the agent has checked and filled the input.
{
"id": "saved-keywords",
"params": {
"projectId": "example",
"set": "Priority",
"limit": 100,
"staleDays": 45
}
}TypeScript
Install the package in a Node 22 project when your application needs to run the report directly. The result includes the same evidence, warnings and limits returned through the CLI and MCP server.
Add the SEO package to your project.
npm install seoRun the report from your TypeScript application.
import { executeReport } from 'seo/mcp'
const result = await executeReport(
'saved-keywords',
{
"projectId": "example",
"set": "Priority",
"limit": 100,
"staleDays": 45
},
)
console.log(result)What to do next
Start with missing or stale metric snapshots and terms without a page mapping. Compare the useful candidates with Search Console and current results before changing a page or approving a new template.
- 01Preview the refresh cost before updating stale or missing provider snapshots.
- 02Inspect current results in the saved market and compare relevant terms with Search Console data.
Related reports
Compare search volume, trends, CPC, competition, difficulty, intent and result counts for a list of keywords in one country and language before deeper research.
Discover market-specific keyword ideas from a small seed list with search volume, difficulty, source overlap, provider coverage, cache status and cost.
Combine Search Console quick wins, second-page queries and striking-distance evidence with optional keyword estimates and programmatic SEO clusters.
Research ways to expand an existing programmatic page system with Search Console, keyword ideas, current results and competitor pages before building more.
Sources used by this report
These primary sources define the provider data or search controls used by the result.