Skip to main content
Glama
justingluska

Google Search Console MCP Server

by justingluska

List Sitemaps

list_sitemaps
Read-only

Retrieve sitemaps submitted for a site in Google Search Console, including status, submission date, error and warning counts, and URLs submitted versus indexed. Use this data to identify indexing issues and verify sitemap health.

Instructions

List all sitemaps submitted for a site in Search Console. Shows status, submission date, error/warning counts, and content type details (URLs submitted vs indexed). IMPORTANT: Base your analysis only on the data returned by this tool. Report exact numbers from the response. Do not speculate about causes the data does not support. If the data is insufficient to answer, say so rather than guessing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteUrlNoThe site URL. Falls back to GSC_DEFAULT_SITE_URL if not provided.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

A3.8/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The annotations already declare this a read-only operation, so no contradiction exists. The description adds useful behavioral context by enumerating the returned data categories (status, submission date, error/warning counts, URLs submitted vs indexed) and by instructing the agent to avoid speculation and report exact numbers, which meaningfully shapes how the tool output should be used.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded with the core action. The additional warning sentences are directly valuable for correct use of the tool's output and do not feel redundant or padded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with one optional parameter, read-only annotations, and no output schema, the description conveys the main return contents and cautions against over-interpreting data. It does not provide a full field-by-field schema of the response, but it covers what an agent needs to call and interpret the tool effectively.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%: the single parameter siteUrl is already documented with its fallback behavior. The description does not add any further parameter-level meaning, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly names the action ('List all sitemaps submitted for a site in Search Console') and specifies the resource and scope. It is obvious from the sibling tool names that this is a read/list operation rather than submit or delete, though it does not explicitly differentiate itself from siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use the tool: whenever a listing of submitted sitemaps and their status counts is needed. However, it gives no explicit guidance about when not to use it or when a sibling like submit_sitemap or delete_sitemap would be more appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/justingluska/gluska-seo-gsc-mcp'

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