Skip to main content
Glama
ZeroSOC

defender-xdr

by ZeroSOC

defender_get_remediation_activities

Read-only

Get remediation activities with status and due dates to track and prioritize security response tasks.

Instructions

List remediation activities with their status and due date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNoMaximum number of activities 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

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, and destructiveHint=false, so the safety profile is covered. The description adds that the result exposes status and due date, but it does not disclose pagination behavior, authorization requirements, or how the filter interacts with listing. There is no contradiction.

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?

One short sentence, front-loaded with the verb and resource. Every word earns its place; no repetitive or vague content.

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 read-only list with two documented parameters and annotations covering safety, the description is nearly sufficient. It mentions the key output fields, but it lacks any guidance on when to choose this tool over its remediation-specific siblings and does not describe response shape beyond fields. Still, the schema fills in the parameter gaps.

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 descriptions cover 100% of parameters (top and filter), so the baseline is 3. The description does not add any parameter semantics beyond the schema, and it doesn't mention how top/filter affect output. It is not misleading, just not additive.

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 uses a clear verb ('List') and identifies the resource ('remediation activities'), and it specifies the returned fields (status, due date). It distinguishes from the sibling defender_get_remediation_activity_by_id by implying a plural collection, but it does not explicitly call out scope or alternatives.

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?

There is no statement of when to use this tool versus alternatives such as defender_get_remediation_activity_by_id or defender_get_remediation_exposed_devices. The only guidance is the verb 'List,' which weakly implies collection-level queries. No exclusions or alternative routes are mentioned.

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