Metrifyr
Available Tools

Google Search Console

7 tools for site management, search analytics, sitemaps, and URL inspection

Available Tools

ToolDescription
gsc_list_sitesList all verified sites
gsc_get_siteGet site details
gsc_search_analyticsQuery search performance data
gsc_list_sitemapsList submitted sitemaps
gsc_submit_sitemapSubmit a new sitemap
gsc_delete_sitemapDelete a sitemap
gsc_inspect_urlInspect 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"

On this page

Google Search Console | Metrifyr Docs | Metrifyr