List Search Console properties
list_sitesLists all Google Search Console properties accessible to the authenticated account. Use it first to get the exact siteUrl required by other tools, avoiding property mismatches.
Instructions
Lists every Search Console property the authenticated account can access. Returns { siteEntry: [{ siteUrl, permissionLevel }] } where siteUrl is either a URL-prefix property ("https://example.com/") or a domain property ("sc-domain:example.com"), and permissionLevel is siteOwner, siteFullUser, siteRestrictedUser or siteUnverifiedUser. Call this FIRST: every other tool needs the siteUrl exactly as returned here — a near-match (missing trailing slash, wrong scheme, www vs non-www) is a different property and returns 403/404.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||