Skip to main content
Glama
ZeroSOC

defender-xdr

by ZeroSOC

defender_get_ip_alerts

Read-only

List Microsoft Defender for Endpoint alerts involving an IP address to investigate security incidents. Refine results with optional filters for targeted analysis.

Instructions

List the Defender for Endpoint alerts that involve an IP address.

Input Schema

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

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds the IP-involvement scoping, but does not clarify behavioral details such as whether IP can be source/destination or how results are structured.

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 that states exactly what the tool does. There is no filler, redundancy, or unnecessary repetition of schema details.

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?

For a simple read-only list with full schema coverage, this is mostly adequate. However, it lacks sibling-routing guidance and does not explain what 'involve an IP address' means operationally, leaving some ambiguity.

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 coverage is 100%, and the schema already documents ip, top, and filter with type and limits. The description adds no significant parameter meaning beyond restating the IP criterion, so baseline 3 is appropriate.

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 uses a specific verb ('List') and names the exact resource ('Defender for Endpoint alerts') plus the IP scoping criterion. It is clearly distinguishable from sibling tools like defender_get_domain_alerts or defender_get_user_alerts.

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

Usage Guidelines2/5

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

No explicit guidance is given about when to use this tool versus the many sibling alert-list tools. The IP criterion is implied, but there is no when-to-use, when-not-to-use, or alternative routing information.

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