Skip to main content
Glama
WYRE-AI
by WYRE-AI

umbrella_get_samples

Retrieve malware or file samples associated with a domain, IP, or URL for security investigation and analysis.

Instructions

Get malware/file samples associated with a domain, IP, or URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainIpOrUrlYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. 'Get' implies a read-only operation, but the description does not explain what the samples contain, whether results are paginated, rate limits, authentication needs, or what the response looks like.

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

Conciseness5/5

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

A single, front-loaded sentence with no filler. Every word contributes to the meaning, and the description is appropriately sized for the tool's simplicity.

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

Completeness4/5

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

For a simple one-parameter getter, the description is largely complete: it identifies the input and the conceptual output. Minor gaps include lack of detail on response format, result limits, or sample types, but these do not prevent a competent agent from invoking the tool correctly.

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

Parameters4/5

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

Schema description coverage is 0%, but the description compensates by explaining that domainIpOrUrl accepts a domain, IP, or URL. This directly conveys the accepted value type, which is meaningful beyond the bare schema property name.

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 states a specific verb ('Get') and resource ('malware/file samples'), and clearly scopes the operation to a domain, IP, or URL. This distinguishes it from sibling tools like umbrella_get_internal_domains or umbrella_domain_categorization without ambiguity.

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 when to use the tool: whenever malware/file samples for a domain, IP, or URL are needed. However, it does not explicitly contrast it with alternatives or state when not to use it, leaving selection guidance to inference.

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