Skip to main content
Glama

Takeover Confirm

takeover_confirm
Destructive

Confirm a subdomain takeover by verifying the proof URL is live and served from the target host, then promote the finding to confirmed.

Instructions

[EXPLOIT — requires human approval] Verify a human-executed takeover PoC is live and attach it to the finding.

Fetches the proof URL, checks the proof content is actually served from the target host, and only then promotes the finding to confirmed. This is the single place a takeover can become 'confirmed'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNo
targetYes
proof_urlYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv2.1.0

TDQS

A4.1/5.0
Behavior5/5

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

Clearly discloses side effects: fetches the proof URL, checks the target host, and promotes the finding to confirmed. Matches annotations readOnlyHint=false and destructiveHint=true by indicating a state-changing action.

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?

Concise and front-loaded with the exploit/approval flag, followed by a clear action and condition. No unnecessary detail.

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?

Covers the precondition (human approval), the action, and the conditional side effect. Does not describe return values, but that is not critical for tool selection.

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

Parameters2/5

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

Description clarifies proof_url and target host in prose, but the notes parameter is not explained and there are no formal parameter descriptions in the schema.

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 specific action: verify a live takeover PoC and promote the finding to confirmed. Clearly distinguishes from sibling tools by noting this is the single place a takeover can become 'confirmed'.

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?

Indicates it requires human approval and is the sole path to confirmed status, but does not explicitly contrast with sibling tools like takeover_verify or takeover_detect.

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

Install Server

Other Tools

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/iamsecure1920/Cordon-AI'

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