Skip to main content
Glama
threat-zone

Threat.Zone MCP Server

by threat-zone

get_submission

Retrieve detailed malware analysis results for a specific submission using its unique identifier to access threat intelligence and sandbox execution data.

Instructions

Get submission details by UUID.

Args: uuid: Submission UUID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYes

Implementation Reference

  • The main handler function for the 'get_submission' tool. It is registered via the @app.tool decorator and retrieves submission details from the ThreatZone API using the provided UUID.
    @app.tool async def get_submission(uuid: str) -> Dict[str, Any]: """ Get submission details by UUID. Args: uuid: Submission UUID """ return await get_client().get(f"/public-api/get/submission/{uuid}")
  • The @app.tool decorator registers the get_submission function as an MCP tool.
    @app.tool

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