Available Tools
Google Search Console
7 tools for site management, search analytics, sitemaps, and URL inspection
Available Tools
| Tool | Description |
|---|---|
gsc_list_sites | List all verified sites |
gsc_get_site | Get site details |
gsc_search_analytics | Query search performance data |
gsc_list_sitemaps | List submitted sitemaps |
gsc_submit_sitemap | Submit a new sitemap |
gsc_delete_sitemap | Delete a sitemap |
gsc_inspect_url | Inspect URL indexing status |
Example: Query Search Analytics
{
"tool": "gsc_search_analytics",
"arguments": {
"siteUrl": "https://example.com",
"startDate": "2024-01-01",
"endDate": "2024-01-31",
"dimensions": ["query", "page"],
"rowLimit": 100
}
}Example: URL Inspection
Check if a URL is indexed and get crawl details:
{
"tool": "gsc_inspect_url",
"arguments": {
"siteUrl": "sc-domain:example.com",
"inspectionUrl": "https://example.com/blog/my-post"
}
}Response Fields
The gsc_search_analytics tool returns:
- clicks - Total clicks from search results
- impressions - Total impressions in search results
- ctr - Click-through rate
- position - Average position in search results
Example Prompts
Ask your AI assistant naturally:
Search Performance
- "What are my top search queries?"
- "Which pages get the most clicks from Google?"
- "Show me my average position for 'my keyword'"
- "What's my CTR for the homepage?"
- "Compare search performance this month vs last month"
Keywords & Rankings
- "Which keywords bring the most traffic?"
- "What pages rank for 'best product'?"
- "Show me queries with high impressions but low clicks"
- "What's my position trend for branded keywords?"
URL Inspection
- "Check if my homepage is indexed"
- "Is my new blog post in Google's index?"
- "Inspect the URL /products/new-item"
- "When was my about page last crawled?"
Sitemaps
- "List my submitted sitemaps"
- "Submit my new sitemap at /sitemap.xml"
- "Delete the old sitemap"
Site Management
- "List all my verified sites"
- "Show details for example.com"