google_search_console_get_performance_overview
Get Search Performance Overview
GoogleDescription
Get a complete overview of search performance in a single call: overall metrics, top queries, top pages, and daily trend. Makes 4 parallel API calls internally. Args: site_url (string, required): The Search Console property URL. days (int, optional): Number of days to look back. Range: [1, 90]. Default: 28. search_type (string, optional): web (default), image, video, news. Returns: overall: aggregate metrics { startDate, endDate, clicks, impressions, ctr, position } topQueries: top 10 queries by clicks topPages: top 10 pages by clicks byDate: daily breakdown dateRange: { startDate, endDate } errors: list of sub-query failures (if any) — partial results are returned when sub-queries fail
Usage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "google_search_console_get_performance_overview",
"arguments": {
"site_url": "https://example.com/",
"days": 28,
"reason": "Full performance overview"
}
}
}
hopkin google ch-console-get-performance-overview
| Flag | Type | Required | Description |
|---|---|---|---|
--site-url | string | Required | The Search Console property URL (e.g. sc-domain:example.com or just example.com). |
--days | integer | Optional | Number of days to look back. Default: 28. |
--search-type | string | Optional |
{
"mcpServers": {
"google-search-console": {
"url": "https://gsc.mcp.hopkin.ai",
"transport": "sse"
}
}
}
- Overview
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
site_url |
string |
Required | The Search Console property URL (e.g. sc-domain:example.com or just example.com).minLength: 1 |
reason |
string |
Required | Why this tool call is neededminLength: 1, maxLength: 500 |
Optional parameters (2)
| Name | Type | Required | Description |
|---|---|---|---|
days |
integer |
Optional | Number of days to look back. Default: 28.min: 1, max: 90 |
search_type |
string |
Optional | web image video news discover googleNews |
Examples
Overview
{
"site_url": "https://example.com/",
"days": 28,
"reason": "Full performance overview"
}
hopkin google ch-console-get-performance-overview --site-url https://example.com/ --days 28