Skip to main content
Glama
hernaninverso

Eleion Scanner MCP

scanner_register_target

Register a domain for security scanning. Obtain a verification token and DNS TXT record to prove ownership before scanning.

Instructions

Register one of YOUR OWN domains/URLs to be security-scanned. Returns a verification_token plus the DNS TXT record (or /.well-known URL) you must publish to prove ownership before scanning. You can only scan domains you own.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
target_urlYesThe http(s) URL/domain to register (must be a public host you control).
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. It discloses the verification flow (token + DNS TXT record) and ownership requirement, which are key behavioral traits. It does not detail rate limits or side effects, but the core behavior is transparent.

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 three concise sentences, front-loaded with the purpose. Each sentence adds value: registration action, verification details, and ownership constraint. No fluff.

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?

Given the tool's simplicity (one parameter, no output schema, no annotations), the description covers the registration process and ownership requirement adequately. It could mention error scenarios but is sufficiently complete for an agent to use 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?

The single parameter 'target_url' is well-described in the schema (public host you control). The description adds ownership context but does not significantly extend the schema's description. Since schema coverage is 100%, baseline 3 is appropriate.

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 clearly states the tool registers domains/URLs for security scanning, using a specific verb and resource. It distinguishes from sibling tools like scanner_start_scan and scanner_verify_target by focusing on the registration step.

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?

The description explains that registration is for domains you own and that verification is required before scanning. It implies usage context (before scanning) but does not explicitly state when not to use or provide alternatives, though it's clear enough for an agent.

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/hernaninverso/eleion-scanner-mcp'

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