Skip to main content
Glama
threat-zone

Threat.Zone MCP Server

by threat-zone

get_submission_artifacts

Retrieve all analysis artifacts for a specific malware submission using its UUID to access detailed threat intelligence and forensic data.

Instructions

Get all artifacts for a specific submission.

Args: uuid: Submission UUID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYes

Implementation Reference

  • The main handler function decorated with @app.tool, which registers and implements the get_submission_artifacts tool. It fetches analysis artifacts for the given submission UUID from the ThreatZone API via the get_client() helper.
    async def get_submission_artifacts(uuid: str) -> Dict[str, Any]: """ Get all artifacts for a specific submission. Args: uuid: Submission UUID """ return await get_client().get(f"/public-api/get/submission/{uuid}/analysis-artifacts")

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