Skip to main content
Glama
threat-zone

Threat.Zone MCP Server

by threat-zone

get_public_submissions

Retrieve publicly available malware analysis submissions from Threat.Zone with pagination controls to browse through results systematically.

Instructions

Get public submissions with pagination.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jumpNo
pageNo

Implementation Reference

  • The main handler function for the 'get_public_submissions' tool. It is registered via the @app.tool decorator and fetches paginated public submissions from the ThreatZone public API endpoint.
    @app.tool async def get_public_submissions(page: int = 1, jump: int = 10) -> Dict[str, Any]: """ Get public submissions with pagination. Args: page: Page number (default: 1) jump: Number of items per page (default: 10) """ return await get_client().get(f"/public-api/get/public-submissions/{page}/{jump}")

Latest Blog Posts

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