get_scan
ActiveTool 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)."
}
}
}Parent server
Agent Ready
https://github.com/mlava/agent-ready-mcp
2/7 registries