Skip to main content
Glama
ZeroSOC

defender-xdr

by ZeroSOC

defender_get_software_vulnerabilities

Read-only

List all known vulnerabilities for one software entry by providing its software ID.

Instructions

List the vulnerabilities of one software entry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNoMaximum number of vulnerabilities to return (default 25, max 200).
software_idYesThe software ID, e.g. microsoft-_-edge.

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, openWorldHint=true, and destructiveHint=false, so the safety profile is covered. The description adds minimal behavioral context beyond 'List', and does not mention pagination, return shape, or edge cases, but for a simple read-only list operation the annotations carry most of the burden.

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?

The description is a single, front-loaded sentence with no filler. It states the action and scope immediately, and every word contributes to understanding the tool's purpose.

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 low-complexity read-only tool with a clear required parameter, the description plus schema is mostly adequate. However, in a dense sibling list of many vulnerability-related tools, it does not explain how this result differs from similar calls or what form the returned vulnerability list takes, leaving moderate 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 description coverage is 100%, with software_id and top both described. The description adds no extra parameter-level meaning beyond what the schema already provides, so the baseline of 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 states a specific verb ('List') and resource ('vulnerabilities of one software entry'), making it clear this targets a single software item rather than a global vulnerability list. It does not explicitly differentiate from sibling tools like defender_get_vulnerabilities or defender_get_machine_vulnerabilities, but the 'one software entry' scope provides enough distinction for a 4.

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 on when to choose this tool over alternatives such as defender_get_vulnerabilities, defender_get_software_by_id, or defender_get_machine_vulnerabilities. The description implies it applies to a single software entry, but it never states the required precondition (having software_id) or contrasts with sibling tools.

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