Skip to main content
Glama

scan_target

Start a privacy-OSINT scan on a target using email, phone, or name, and receive a scan_id immediately. Poll status until done, then fetch the report.

Instructions

Start a privacy-OSINT scan. Returns immediately with a scan_id.

The scan runs in the background and takes several minutes. Poll scan_status(scan_id) until it reports "done", then call get_report(scan_id). Only one scan runs at a time. Provide at least one of email / phone / name (name works best with a city/state). Leaked credentials are never in the headline result — use reveal_credentials(scan_id) for those.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNo
nameNo
emailNo
phoneNo
stateNo
zip_codeNo
Behavior5/5

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

With no annotations provided, the description carries the full behavioral burden. It discloses that the scan runs in the background, takes several minutes, returns immediately with a scan_id, allows only one scan at a time, and that leaked credentials are not in the headline result. This is rich, non-obvious behavior beyond what structured fields could convey.

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 tightly written sentences that deliver all essential information without padding. It front-loads the purpose and immediately follows with actionable workflow steps, constraints, and input requirements. Every sentence earns its place.

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?

Despite having no output schema and no annotations, the description covers the essential context: the asynchronous nature, the return value (scan_id), the polling workflow, the concurrency limit, input prerequisites, and where to find sensitive data. This is complete for an agent to correctly select and invoke the tool.

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

Parameters4/5

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

The input schema has 6 optional parameters with no descriptions, and the description compensates for most: it names email, phone, name, city, and state in context, and specifies that at least one of email/phone/name is required, with name working best alongside city/state. However, zip_code is not mentioned at all, leaving a small gap in parameter semantics.

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 opens with 'Start a privacy-OSINT scan,' clearly specifying both the action and the resource. It differentiates itself from sibling tools by mentioning the immediate return of a scan_id and directing users to subsequent tools (scan_status, get_report, reveal_credentials).

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

Usage Guidelines5/5

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

Explicitly instructs when to use this tool ('Provide at least one of email / phone / name') and what to do next: 'Poll scan_status(scan_id) until it reports "done", then call get_report(scan_id).' It also states the concurrency limitation and points to reveal_credentials for leaked credentials, providing clear alternatives.

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/sudohnim/eidolon'

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