Skip to main content
Glama

MalwareAnalyzerMCP

read_output

Retrieve output from a running or completed process using the process ID (PID) for malware analysis and debugging purposes within the MalwareAnalyzerMCP environment.

Instructions

Read output from a running or completed process.

Input Schema

NameRequiredDescriptionDefault
pidYesThe process ID to read output from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "pid": { "description": "The process ID to read output from", "type": "integer" } }, "required": [ "pid" ], "type": "object" }

You must be authenticated.

Other Tools from MalwareAnalyzerMCP

Related Tools

    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/abdessamad-elamrani/MalwareAnalyzerMCP'

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