search_console_sites_get
Fetch metadata and permission level for a Search Console property to verify write access before submitting sitemaps.
Instructions
Fetch metadata and the current user's permission level for a single Search Console property. Returns the raw Webmasters API response shape: {siteUrl, permissionLevel ('siteOwner'|'siteFullUser'|'siteRestrictedUser'|'siteUnverifiedUser')}. Read-only; no mutation. Use this to verify whether the authenticated account has write access before calling mutating tools like search_console_sitemaps_submit. For a full list of accessible properties use search_console_sites_list; for per-URL indexing data use search_console_url_inspection_inspect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | Yes | Property identifier as registered in Search Console. For URL-prefix properties use the full URL including trailing slash (e.g. 'https://example.com/'). For Domain properties use the 'sc-domain:' prefix (e.g. 'sc-domain:example.com'). The property must be verified and accessible to the authenticated Google account. |