Skip to main content
Glama
threat-zone

Threat.Zone MCP Server

by threat-zone

get_levels

Retrieve threat level classifications used in malware analysis results to understand security risk assessments.

Instructions

Get threat levels used in analysis results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'get_levels' tool. It is decorated with @app.tool, which registers it in the FastMCP server. The function fetches and returns the threat levels from the ThreatZone API endpoint.
    @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