Skip to main content
Glama

scan_status

Check a security scan's current status: running, done, or error. When done, review the headline risk summary and skipped sources, then retrieve the full report.

Instructions

Check a scan started by scan_target: status is running | done | error.

When done, includes the headline result (risk, summary, top risks, report paths) and which sources were skipped because no API token was configured. Then call get_report(scan_id).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scan_idYes
Behavior4/5

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

With no annotations, the description carries the full burden and does well: it discloses possible statuses, what happens when done (includes headline result fields and skipped sources due to missing API tokens), and implies it's a read-only status check. It does not mention error/timeout behavior, so not 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?

The description is compact and front-loaded: the first clause states the core purpose, followed by concise status values and a clear 'when done' detail plus a direct next-step instruction. Every sentence earns its place with 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 a simple one-parameter tool with no output schema, the description covers the essential behavior: status outcomes, key result fields when complete, skipped sources, and recommended follow-up. It lacks a full return schema and edge-case behavior, but is reasonably complete for the tool's complexity.

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 schema provides only a bare 'scan_id' string with 0% coverage. The description adds context that scan_id refers to a scan initiated by scan_target, but does not clarify format, required source, or how to obtain it beyond implication. This partially compensates for the schema gap but is not fully descriptive.

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's purpose: 'Check a scan started by scan_target' with specific status outcomes (running, done, error). It distinguishes itself from siblings by focusing on status checking rather than starting (scan_target), listing (list_scans), reporting (get_report), or credential handling (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 Guidelines4/5

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

It provides clear sequencing context ('Check a scan started by scan_target' and 'Then call get_report(scan_id)'), indicating when to use this tool in a workflow. However, it does not explicitly name alternatives or state when not to use it, so it falls short of full exclusionary guidance.

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