google_search_console_list_sitemaps

List Search Console Sitemaps

Google

Description

List sitemaps submitted to Google Search Console for a property. Args: site_url (string, required): The Search Console property URL (e.g. https://example.com/ or sc-domain:example.com). refresh (bool, optional): Force a fresh fetch from the API, bypassing cache. Default: false. Returns: List of submitted sitemaps with path, last submission date, pending/error status, and error/warning counts.

Read-onlyOpen-world

Usage

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "google_search_console_list_sitemaps",
    "arguments": {
      "site_url": "https://example.com/",
      "reason": "Check sitemap submission status"
    }
  }
}

Parameters

NameTypeRequiredDescription
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 (1)
NameTypeRequiredDescription
refresh boolean Optional Force a fresh fetch from the API, bypassing cache

Examples

List sitemaps

{
  "site_url": "https://example.com/",
  "reason": "Check sitemap submission status"
}

hopkin google ch-console-list-sitemaps --site-url https://example.com/

Domain property

{
  "site_url": "sc-domain:example.com",
  "reason": "Check sitemaps for domain property"
}

hopkin google ch-console-list-sitemaps --site-url sc-domain:example.com