Google Search Console
Inspect indexing status, manage Search Console sites and sitemaps, and query search performance analytics.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "GOOGLE_SEARCH_CONSOLE_URL_INSPECTION_INDEX_INSPECT", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("GOOGLE_SEARCH_CONSOLE_URL_INSPECTION_INDEX_INSPECT", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute GOOGLE_SEARCH_CONSOLE_URL_INSPECTION_INDEX_INSPECT --data '{ }'Tool catalog
Available tools
11 callable operations
Searchconsole UrlInspection Index InspectGOOGLE_SEARCH_CONSOLE_URL_INSPECTION_INDEX_INSPECTIndex inspection.Connection2 scopes
Index inspection.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/webmastershttps://www.googleapis.com/auth/webmasters.readonlyTags
Searchconsole UrlTestingTools MobileFriendlyTest RunGOOGLE_SEARCH_CONSOLE_URL_TESTING_TOOLS_MOBILE_FRIENDLY_TEST_RUNRuns Mobile-Friendly Test for a given URL.Connection
Runs Mobile-Friendly Test for a given URL.
Authentication
Connected account requiredTags
Webmasters Searchanalytics QueryGOOGLE_SEARCH_CONSOLE_WEBMASTERS_SEARCHANALYTICS_QUERYQuery your data with filters and parameters that you define. Returns zero or more rows grouped by the row keys that you define. You must define a date range of one or more days. When date is one of the group by values, any days without data are omitted from the result list. If you need to know which days have data, issue a broad date range query grouped by date for any metric, and see which day rows are returned.Connection2 scopes
Query your data with filters and parameters that you define. Returns zero or more rows grouped by the row keys that you define. You must define a date range of one or more days. When date is one of the group by values, any days without data are omitted from the result list. If you need to know which days have data, issue a broad date range query grouped by date for any metric, and see which day rows are returned.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/webmastershttps://www.googleapis.com/auth/webmasters.readonlyTags
Webmasters Sitemaps DeleteGOOGLE_SEARCH_CONSOLE_WEBMASTERS_SITEMAPS_DELETEDeletes a sitemap from the Sitemaps report. Does not stop Google from crawling this sitemap or the URLs that were previously crawled in the deleted sitemap.Connection1 scope
Deletes a sitemap from the Sitemaps report. Does not stop Google from crawling this sitemap or the URLs that were previously crawled in the deleted sitemap.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/webmastersTags
Webmasters Sitemaps GetGOOGLE_SEARCH_CONSOLE_WEBMASTERS_SITEMAPS_GETRetrieves information about a specific sitemap.Connection2 scopes
Retrieves information about a specific sitemap.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/webmastershttps://www.googleapis.com/auth/webmasters.readonlyTags
Webmasters Sitemaps ListGOOGLE_SEARCH_CONSOLE_WEBMASTERS_SITEMAPS_LISTLists the [sitemaps-entries](/webmaster-tools/v3/sitemaps) submitted for this site, or included in the sitemap index file (if `sitemapIndex` is specified in the request).Connection2 scopes
Lists the [sitemaps-entries](/webmaster-tools/v3/sitemaps) submitted for this site, or included in the sitemap index file (if `sitemapIndex` is specified in the request).
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/webmastershttps://www.googleapis.com/auth/webmasters.readonlyTags
Webmasters Sitemaps SubmitGOOGLE_SEARCH_CONSOLE_WEBMASTERS_SITEMAPS_SUBMITSubmits a sitemap for a site.Connection1 scope
Submits a sitemap for a site.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/webmastersTags
Webmasters Sites AddGOOGLE_SEARCH_CONSOLE_WEBMASTERS_SITES_ADDAdds a site to the set of the user's sites in Search Console.Connection1 scope
Adds a site to the set of the user's sites in Search Console.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/webmastersTags
Webmasters Sites DeleteGOOGLE_SEARCH_CONSOLE_WEBMASTERS_SITES_DELETERemoves a site from the set of the user's Search Console sites.Connection1 scope
Removes a site from the set of the user's Search Console sites.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/webmastersTags
Webmasters Sites GetGOOGLE_SEARCH_CONSOLE_WEBMASTERS_SITES_GETRetrieves information about specific site.Connection2 scopes
Retrieves information about specific site.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/webmastershttps://www.googleapis.com/auth/webmasters.readonlyTags
Webmasters Sites ListGOOGLE_SEARCH_CONSOLE_WEBMASTERS_SITES_LISTLists the user's Search Console sites.Connection2 scopes
Lists the user's Search Console sites.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/webmastershttps://www.googleapis.com/auth/webmasters.readonlyTags