Skip to main content
Glama

SpiderFoot MCP Server

spiderfoot_scan_logs

Retrieve scan execution logs for a SpiderFoot OSINT reconnaissance scan to monitor progress and review detailed activity records.

Instructions

Fetch/poll scan logs for a given scan ID.

Input Schema

NameRequiredDescriptionDefault
idYes
limitNo
reverseNo
rowIdNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "type": "string" }, "limit": { "type": "number" }, "reverse": { "enum": [ "0", "1" ], "type": "string" }, "rowId": { "type": "number" } }, "required": [ "id" ], "type": "object" }

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/CorbettCajun/Spiderfoot-MCP-Server'

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