Skip to main content
Glama
threat-zone

Threat.Zone MCP Server

by threat-zone

get_sample_metafield

Retrieve sample metafield configuration to support sandbox analysis for malware detection and threat investigation.

Instructions

Get sample metafield configuration for sandbox analysis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

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

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