Skip to main content
Glama

findings_list

Read-onlyIdempotent

List operational diagnostic findings like misconfigurations and health rule hits. Filter by severity, category, or type to review current issues across VMware Aria environments.

Instructions

[READ] List Operations diagnostic findings, optionally filtered.

Use this to review current diagnostic findings (misconfigurations, health rule hits) across the environment. Filters are comma-separated strings; omit a filter to match all. Returns finding summaries (rule_uuid, name, severity, category, finding_type, affected_objects_count) in the paginated envelope. Note: these are general operational findings, NOT compliance benchmark results — for hardening/compliance use vmware-harden.

Args: severities: Comma-separated severity filter, e.g. "CRITICAL,WARNING". categories: Comma-separated category filter. finding_types: Comma-separated findingType filter. limit: Max findings to return (default 50; None returns all). target: Aria/VCF Operations target name from config; default when omitted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
targetNo
categoriesNo
severitiesNo
finding_typesNo
Behavior5/5

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

The annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds substantial behavioral context beyond these: returns finding summaries with specific fields in a 'paginated envelope,' filter behavior (comma-separated, omit to match all), a default limit of 50, and the distinction from compliance findings. There is no contradiction with annotations.

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 well-structured and front-loaded. It begins with a bolded [READ] tag and a clear purpose, then adds usage context, return details, and an exclusion note. The Args list is clean and scannable. Every sentence adds value, and the length is appropriate given five parameters and the need for behavioral nuance.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only list/filter tool with no output schema, the description fully covers purpose, usage, parameters, return format (paginated envelope with specific fields), and an explicit mention of an alternative tool for compliance. It is self-contained and gives the agent everything needed to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must carry the full burden. It does so effectively by documenting every parameter in the Args section: severities with an example ('CRITICAL,WARNING'), categories, finding_types, limit with default, and target ('from config; default when omitted'). This fully compensates for the schema's lack of descriptions.

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 clearly states the tool's function: 'List Operations diagnostic findings, optionally filtered.' It specifies the resource (diagnostic findings), the verb (List), and the scope ('across the environment'). It also distinguishes this tool from compliance-related tools by explicitly noting 'NOT compliance benchmark results.'

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

Usage Guidelines5/5

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

It provides explicit guidance on when to use the tool: 'Use this to review current diagnostic findings (misconfigurations, health rule hits) across the environment.' It also gives an explicit alternative and exclusion: 'for hardening/compliance use vmware-harden.' This is clear and actionable.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vmware-skills/VMware-Aria'

If you have feedback or need assistance with the MCP directory API, please join our Discord server