You're viewing a demo portfolio

Join the waitlist
PRSM

get_scan

Active

Tool of Agent Ready

declared in 1.0.0

Fetches a completed or in-progress scan by its id. Only scans owned by the authenticated API key's user are returned.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "maxLength": 100,
      "minLength": 1,
      "description": "The scan id returned by scan_site (also the share token in a /scan/<id> URL)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Agent Ready

https://github.com/mlava/agent-ready-mcp

2/7 registries
View full server →
get_scan — Agent Ready — PRSM MCP