Skip to main content
Glama

sites_list

Retrieve all Google Search Console properties you can access. This tool lists sites for managing search analytics, sitemaps, and indexing tasks.

Instructions

List all sites (properties) you have access to in Google Search Console.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The registration and handler implementation for the 'sites_list' tool in src/index.ts.
    server.tool(
      "sites_list",
      "List all sites (properties) you have access to in Google Search Console.",
      {},
      async () => {
        try {
          const result = await apiCall(`${WEBMASTERS_BASE}/sites`, {
            method: "GET",
          });
          return toolResult(result);
        } catch (e) {
          return errorResult(e);
        }
      },
    );

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mikusnuz/gsc-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server