Skip to main content
Glama
ni-c

google-search-console-mcp

by ni-c

Remove ownership

unverify_site
DestructiveIdempotent

Remove a site verification credential from Search Console owners. First call returns a confirmation token; second call completes the removal to revoke access.

Instructions

Removes this credential from the owners of a site. Two-step: the first call returns a confirmation token, the second performs the removal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe verification resource id, as returned by list_verified_sites. It is not the property URL — it is an opaque string such as "dns://example.com" or "https://example.com/".
confirm_tokenNoThe token from this tool's previous refusal. Call without it first to see what would happen and receive the token; it cannot be guessed or reused.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteYes
siteYes
unverifiedYes

Schema Changelog

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

  1. First observedv0.2.0

TDQS

A4.2/5.0
Behavior4/5

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

Beyond the destructiveHint and non-read-only annotations, it reveals the important two-step confirmation behavior and that the token cannot be guessed or reused. The phrase 'returns a confirmation token' is slightly under-specified because the schema reveals it comes from a previous refusal, but no annotation contradiction is present.

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?

Single, front-loaded sentence with the core action stated first, followed by a compact two-step explanation. Every clause contributes; no filler.

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 destructive two-step mutation with rich annotations and a full input/output schema, the description covers the essential call flow and the token lifecycle. It does not discuss auth requirements or explicit consequences of removing the last owner, but those are not critical given the schema and annotation coverage.

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 coverage is 100%, so the baseline is 3. The description adds procedural context for confirm_token (first call yields token, second removes), but adds no additional meaning for id beyond what the schema already provides.

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?

States the exact action ('Removes this credential from the owners of a site'), identifying both the resource (ownership credential) and the scope (site), which clearly distinguishes it from sibling tools like delete_site or verify_site. The title 'Remove ownership' reinforces the purpose.

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

Usage Guidelines4/5

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

Provides clear procedural guidance: the two-step call sequence and the instruction to call without confirm_token first. It does not explicitly name alternatives or exclusions relative to siblings like update_site_owners or delete_site, so it stops short of a 5.

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/ni-c/google-search-console-mcp'

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