Skip to main content
Glama
ZeroSOC

defender-xdr

by ZeroSOC

defender_get_domain_machines

Read-only

List devices that communicated with a domain to reveal its lateral scope. Use this to assess potential exposure and plan containment.

Instructions

List the devices that communicated with a domain: the lateral scope of a domain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNoMaximum number of machines to return (default 25, max 100).
domainYesDomain name.
filterNoOData $filter expression. Refine the filter instead of paging deep.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior2/5

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

Annotations provide readOnlyHint=true and destructiveHint=false, so the description doesn't need to restate safety. However, the description fails to disclose other behavioral aspects: the meaning of 'communicated' (e.g., does it include historical or only current connections?), whether the result is a list of machine objects or just IDs, and any potential pagination or performance implications. The description adds minimal context beyond the one-liner.

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 a single sentence that is concise and front-loads the core purpose. It efficiently adds the 'lateral scope' insight without waste. It could be slightly more informative, but it's 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 tool has 3 parameters (1 required) and no output schema. The description is minimal and doesn't explain the return format (e.g., list of machine objects with properties), any common use cases, or how 'filter' refines results. However, given the simplicity and full schema coverage, it's adequately complete for basic invocation, but misses nuances like how 'top' interacts with 'filter'.

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?

The schema already covers 100% of parameters with descriptions, so the baseline is 3. The description does not add extra meaning beyond what's in the schema; it doesn't clarify the 'filter' parameter's relationship to the 'top' parameter or the exact format of the filter. However, since schema coverage is complete, this is acceptable.

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

Purpose4/5

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

The description states a specific verb ('List') and resource ('devices that communicated with a domain'), which is clear. It also adds the helpful insight that this reveals the 'lateral scope of a domain,' distinguishing it from other domain-related tools like defender_get_domain_alerts or defender_get_domain_statistics. However, it doesn't explicitly name a sibling for differentiation, so it's not a 5.

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 this tool (when you need to know which machines communicated with a domain, i.e., lateral scope) but does not explicitly state when not to use it or mention alternatives. For example, it doesn't contrast with defender_get_domain_alerts or defender_get_machines. This is adequate but leaves room for inference.

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

Deploy Server

Other Tools