Skip to main content
Glama
threat-zone

Threat.Zone MCP Server

by threat-zone

get_metafields

Retrieve available metafields to configure malware analysis scans, enabling proper setup of file and URL analysis parameters for threat detection.

Instructions

Get available metafields for scan configuration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The main handler function for the 'get_metafields' tool. It is registered via the @app.tool decorator and fetches available metafields from the ThreatZone API endpoint using the shared API client.
    @app.tool async def get_metafields() -> Dict[str, Any]: """Get available metafields for scan configuration.""" return await get_client().get("/public-api/constants/metafields")

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