Skip to main content
Glama

Malwagon

Submit a scan

submit_scan

Queue a new analysis of a target that can be named as text: a SHA-256 to look up, a URL to visit, a command to run, or a package to install. Uploading a file or a document is not possible over MCP. This spends the account's own credits and is subject to its plan limits. Poll the returned scan_id with poll_scan, then read it with get_report.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
moduleYeshash: look up a SHA-256. url: visit a URL in a browser VM. command: run a command line in a Windows VM. package: install a package in a Linux VM. url and package detonate with internet access and are refused on a plan that does not include it.
targetYesThe digest, URL, command line or package specifier, matching the chosen module.
privateNoKeep the scan off the public corpus. Free plans cannot make a scan private and this is ignored for them.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
mimeNo
sizeNo
tagsNo
scoreNo
moduleNo
sha256No
statusNo
scan_idNo
verdictNo
terminalNo
finished_atNo
submitted_atNo
report_availableNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

The description goes beyond the annotations by disclosing that this is a queued/asynchronous operation, that it spends the account's own credits, and that it is subject to plan limits. These are material behavioral facts not captured by readOnlyHint, idempotentHint, or destructiveHint.

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 with the core action, then states key constraints and the workflow. Every sentence earns its place: purpose, limitation, cost, and next steps.

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?

For a tool with an output schema and fully described parameters, the description covers the important operational context: what can be submitted, what cannot, credit implications, and how to retrieve the result. An agent has enough to decide when and how to call it.

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 description coverage is 100%, so the schema already documents module, target, and private thoroughly. The description's enumeration of target types adds readability but does not add substantial semantic information beyond 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?

The description clearly states the verb and resource: 'Queue a new analysis of a target' and enumerates the accepted target forms (SHA-256, URL, command, package). It also explicitly excludes file/document upload, which sharpens the boundary of what this tool does.

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 gives clear context for when to use the tool: when the target can be named as text, and it warns that file uploads are not possible. It also explains the follow-up workflow with poll_scan and get_report. It does not explicitly contrast this with lookup_hash or other siblings, so a fully explicit when-not-to-use statement is missing.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources