Skip to main content
Glama
ZeroSOC

defender-xdr

by ZeroSOC

defender_get_software

Read-only

Identify software inventory across your organization, highlighting weaknesses and exposed devices to prioritize remediation.

Instructions

List the software inventory of the organization with weaknesses and exposed devices.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNoMaximum number of software entries to return (default 25, max 100).
skipNoNumber of entries to skip (paging).
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.3/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, covering the safety profile. The description adds that the inventory includes weaknesses and exposed devices, but says nothing about pagination, response size, or filtering behavior.

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 sentence that is front-loaded with the action and resource, contains no filler, and is easy to scan. Every word adds information.

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?

Adequate for a simple read-only inventory listing with fully documented parameters and helpful annotations. However, there is no output schema and the description does not explain the return structure or provide usage differentiation among the many software-related sibling tools.

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 100%, so the schema fully documents the top, skip, and filter parameters. The description adds no parameter-level meaning beyond what the schema already provides, so baseline 3 is appropriate.

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 clearly states the action ('List') and resource ('software inventory of the organization'), and adds that results include weaknesses and exposed devices. It does not explicitly differentiate from siblings like defender_get_software_by_id, but the inventory-level scope is reasonably distinct.

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 guidance about when to use this tool versus the many related siblings such as defender_get_software_by_id, defender_get_software_vulnerabilities, or defender_get_machines_by_software. The description states what it does but not when to select it.

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