Skip to main content
Glama
threat-zone

Threat.Zone MCP Server

by threat-zone

get_user_info

Retrieve current user account details, workspace information, and usage limits from the Threat.Zone MCP Server for managing malware analysis access and monitoring resource allocation.

Instructions

Get current user information, workspace details, and usage limits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The main handler function for the 'get_user_info' tool. It is decorated with @app.tool, which registers it as an MCP tool. The function retrieves current user information, workspace details, and usage limits by calling the ThreatZone API endpoint '/public-api/me' via the shared API client.
    @app.tool async def get_user_info() -> Dict[str, Any]: """Get current user information, workspace details, and usage limits.""" return await get_client().get("/public-api/me")

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