Skip to main content
Glama

Threat.Zone MCP Server

by threat-zone
GPL 3.0
14
  • Apple
  • Linux

get_my_submissions

Retrieve your submitted malware analysis reports with pagination controls to browse through analysis history efficiently.

Instructions

Get user's submissions with pagination.

Args: page: Page number (default: 1) jump: Number of items per page (default: 10)

Input Schema

NameRequiredDescriptionDefault
jumpNo
pageNo

Input Schema (JSON Schema)

{ "properties": { "jump": { "default": 10, "title": "Jump", "type": "integer" }, "page": { "default": 1, "title": "Page", "type": "integer" } }, "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/threat-zone/threatzonemcp'

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