Skip to main content
Glama
googleSandy

Google Threat Intelligence MCP Server

by googleSandy

get_file_report

Retrieve a comprehensive file analysis report by providing its MD5, SHA-1, or SHA-256 hash. Get detection stats, threat classification, and key indicators in a concise summary.

Instructions

Get a comprehensive file analysis report using its hash (MD5/SHA-1/SHA-256).

Returns a concise summary of key threat details including detection stats, threat classification, and important indicators. Parameters: hash (required): The MD5, SHA-1, or SHA-256 hash of the file to analyze. Example: '8ab2cf...', 'e4d909c290d0...', etc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hashYes
api_keyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It states the tool returns a 'concise summary' with key details, but does not disclose any behavioral traits such as rate limits, authentication requirements, error handling (e.g., hash not found), or side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with two sentences plus a parameter section. It front-loads the main action and output. Minor redundancy (e.g., 'comprehensive file analysis report' and 'concise summary') but overall well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description adequately covers the core function given the presence of an output schema. However, it lacks differentiation from sibling tools (e.g., get_file_behavior_report) and does not explain the optional api_key parameter. The overall completeness is moderate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, requiring the description to compensate. For the 'hash' parameter, the description adds meaning by specifying allowed hash types (MD5/SHA-1/SHA-256) and providing an example. However, the 'api_key' parameter is not mentioned at all, leaving its purpose unclear.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly specifies the verb 'Get' and the resource 'comprehensive file analysis report'. It distinguishes from siblings by detailing the output (detection stats, threat classification) and explicitly mentions accepted hash types (MD5, SHA-1, SHA-256).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage by listing the input and output, but does not provide explicit guidance on when to use this tool versus alternatives like get_file_behavior_report or get_file_behavior_summary. No when-not-to-use or context for api_key is given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/googleSandy/gti-mcp-standalone'

If you have feedback or need assistance with the MCP directory API, please join our Discord server