Skip to main content
Glama
rgellis

Google Search Console MCP Server

by rgellis

Delete Site

delete_site

Removes a property from Google Search Console, unlinking it from your account. Historical data is retained but becomes inaccessible until re-added and re-verified.

Instructions

Remove a property from Search Console.

This unlinks the property from the account. Historical data is retained by Google but becomes inaccessible until the property is re-added and re-verified.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
site_urlYesProperty identifier to remove.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden and succeeds in disclosing key behavior: the property is unlinked from the account, and historical data remains with Google but is inaccessible until re-adding and re-verification. It does not mention permission requirements or confirmation behavior, which keeps it from a 5.

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?

Two sentences, front-loaded with the core action and immediately followed by the key consequence. Every sentence earns its place with no redundant or filler content.

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

Completeness5/5

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

The tool has one required parameter with full schema coverage and an output schema that handles return values. The description fully covers the effect and data-retention behavior, leaving nothing essential for an agent to call it correctly.

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%, so the single site_url parameter is already well documented. The description adds no further syntax or format details beyond what the schema provides, matching the baseline for full schema coverage.

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

Purpose5/5

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

The description names a specific verb and resource: 'Remove a property from Search Console.' It clearly distinguishes this tool from sibling operations like add_site and delete_sitemap, which target different resources.

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 by saying it removes a property, but it does not explicitly state when to choose this over alternatives such as delete_sitemap or list_sites. No exclusions or prerequisites are given.

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