> ## Documentation Index
> Fetch the complete documentation index at: https://docs.noclick.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Search Console

> Connect Google Search Console to your workflows: 11 operations across 5 categories.

The Google Search Console node adds Google Search Console operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields.

<Note>
  You can wire the Google Search Console node into an AI agent as a tool provider: the agent calls the operations you allow. See [Agent tools](/agents/tools).
</Note>

## Credentials

Connect Google Search Console under **Credentials** in the node settings. See [Connecting credentials](/credentials/connecting) for the general flow.

Sign in with your Google Search Console account when prompted; no keys to copy.

NoClick requests the following permissions:

* `https://www.googleapis.com/auth/webmasters`

## Operations

### Analytics

| Operation                  | ID                       | Description                                                            |
| -------------------------- | ------------------------ | ---------------------------------------------------------------------- |
| **Query Search Analytics** | `query_search_analytics` | Query search performance data: clicks, impressions, CTR, and position. |

### Sitemaps

| Operation          | ID               | Description                                                                   |
| ------------------ | ---------------- | ----------------------------------------------------------------------------- |
| **Delete Sitemap** | `delete_sitemap` | Remove a sitemap from the Sitemaps report in Google Search Console.           |
| **Get Sitemap**    | `get_sitemap`    | Get submission status, error counts, and URL coverage for a specific sitemap. |
| **List Sitemaps**  | `list_sitemaps`  | List all submitted sitemaps for a verified site with coverage statistics.     |
| **Submit Sitemap** | `submit_sitemap` | Submit or re-submit a sitemap URL to Google Search Console.                   |

### Sites

| Operation       | ID            | Description                                                         |
| --------------- | ------------- | ------------------------------------------------------------------- |
| **Add Site**    | `add_site`    | Add a new property to Google Search Console.                        |
| **Delete Site** | `delete_site` | Remove a property from your Google Search Console account.          |
| **Get Site**    | `get_site`    | Get permission level and details for a specific verified property.  |
| **List Sites**  | `list_sites`  | List all verified Google Search Console properties for the account. |

### URL inspection

| Operation       | ID            | Description                                                           |
| --------------- | ------------- | --------------------------------------------------------------------- |
| **Inspect URL** | `inspect_url` | Inspect indexing status, crawl state, and mobile usability for a URL. |

### URL testing

| Operation                | ID                     | Description                                                                         |
| ------------------------ | ---------------------- | ----------------------------------------------------------------------------------- |
| **Mobile Friendly Test** | `mobile_friendly_test` | Run Google's Mobile-Friendly Test on any public URL, no verified property required. |
