Skip to main content
Glama
NELPROINC

NEL VEIL MCP

by NELPROINC

Retrieve a previously run NEL VEIL scan by its id

get_scan_report
Read-onlyIdempotent

Retrieve stored scan results by ID to view findings and score, then summarize, compare, or create a remediation plan without initiating a new scan.

Instructions

Answers: what did an earlier NEL VEIL scan find? Fetches the stored results of a scan already run at nelprofessional.com, by its scan id (the scn_... identifier shown on the scan page and in its shareable report link). Returns the saved findings and score for that scan. Use this to pull a scan someone already ran on the website into the conversation — to summarise it, compare it against a later scan, or turn it into a remediation plan. It cannot start a new scan: use scan_domain for that. It only reads scans that exist and are publicly retrievable by id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scan_idYesThe scan identifier, e.g. scn_1a2b3c..., from a nelprofessional.com scan page or report link.
Behavior3/5

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

Annotations already cover readOnlyHint, idempotentHint, and destructiveHint=false, so the description's additional disclosure that it 'only reads scans that exist and are publicly retrievable by id' adds some context about access constraints. However, it doesn't elaborate on return format or error behavior beyond a brief mention of 'saved findings and score', which is not a significant behavioral disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is moderately concise, starting with a direct question and answer, then explaining usage in clear sentences. It front-loads the core purpose and efficiently states exclusions without excessive verbosity, though it could be trimmed slightly by removing redundant details.

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 no output schema, the description provides a basic hint of what is returned ('saved findings and score') and outlines usage cases. It doesn't specify the exact structure of the result or handling of missing scans, but for a simple read-by-id tool with strong annotations, this is nearly complete.

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 coverage is 100% and the schema description already explains the scan_id format ('from a nelprofessional.com scan page or report link'). The description repeats this but adds no new meaning beyond the schema, so a baseline of 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 it 'Fetches the stored results of a scan already run' by scan id, and explicitly distinguishes itself from scan_domain ('It cannot start a new scan: use scan_domain for that'). The verb and resource are specific and unambiguous.

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?

It provides explicit when-to-use scenarios ('summarise it, compare it against a later scan, or turn it into a remediation plan') and names the alternative tool (scan_domain) for starting new scans. It also clarifies that it only reads publicly retrievable existing scans, leaving no ambiguity about scope.

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/NELPROINC/nel-veil-mcp'

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