Skip to main content
Glama
threat-zone

Threat.Zone MCP Server

by threat-zone

get_statuses

Check the status of malware analysis submissions to monitor progress and retrieve results from Threat.Zone's security platform.

Instructions

Get submission statuses.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'get_statuses' tool. It fetches submission statuses from the ThreatZone API endpoint '/public-api/constants/statuses' using the shared API client.
    @app.tool async def get_statuses() -> Dict[str, Any]: """Get submission statuses.""" return await get_client().get("/public-api/constants/statuses")
  • Registration of the 'get_statuses' tool using the FastMCP @app.tool decorator.
    @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