Skip to main content
Glama
threat-zone

Threat.Zone MCP Server

by threat-zone

get_levels

Retrieve standardized threat level classifications to interpret malware analysis results from Threat.Zone's security platform.

Instructions

Get threat levels used in analysis results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The get_levels tool handler, registered and implemented via @app.tool decorator. It fetches the threat levels dictionary from the ThreatZone API endpoint /public-api/constants/levels using the shared API client.
    @app.tool async def get_levels() -> Dict[str, Any]: """Get threat levels used in analysis results.""" return await get_client().get("/public-api/constants/levels")

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