List Search Console Sites
gsc_list_sitesLists all Google Search Console properties the connected account can access, providing the site URLs needed for querying analytics reports.
Instructions
List every Search Console property (site or domain) the connected Google account can access.
Args:
connection (string): Name of a configured Google connection
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns site URLs (e.g. "https://example.com/" or "sc-domain:example.com") needed by gsc_query_search_analytics and gsc_inspect_url.
Use when: "What Search Console properties do I have access to?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | Yes | ||
| response_format | No | markdown |