Skip to main content
Glama

list_stig_controls

Read-onlyIdempotent

Retrieve the vSphere 9/VCF 9 STIG baseline controls with severity and advanced settings. Pagination included for large catalogs.

Instructions

[READ] List the built-in vSphere 9 / VCF 9 STIG-aligned host baseline's controls (baseline id 'vsphere-stig-v9-subset'). limit (optional int, default 50): max rows returned; offset (optional int, default 0): rows to skip for paging. Returns the family list envelope {items, returned, limit, total, truncated, hint}; each item is {id, title, severity (one of critical/high/medium/low/info), category, advanced_setting} where advanced_setting names the ESXi advanced setting the control governs (e.g. 'Security.AccountLockFailures'). total is the exact catalog size, so truncated tells you definitively whether to raise offset. Read-only — parses local baseline YAML only, no database, network, or compliance API (VCF Operations ACC/SPM has none). Use scan_target with baseline 'vsphere-stig-v9-subset' to evaluate these controls against a target; use describe_stig_content_sync for how this catalog is kept in sync.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
Behavior5/5

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

Beyond annotations (readOnlyHint, idempotentHint), the description reveals that the tool parses local baseline YAML only and makes no external calls, which is critical behavioral context. It also details pagination behavior via 'total' and 'truncated', giving the agent a precise mental model of the operation's side effects and return semantics.

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 front-loaded with the core purpose ('[READ] List ... controls'), then efficiently covers parameters, return envelope, and alternatives in a structured, information-dense paragraph. Every sentence adds unique value—no filler or redundant restatement of the tool name.

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?

With no output schema, the description takes responsibility for explaining the exact return envelope and item structure, including severity values and advanced_setting semantics. It also covers read-only behavior and sibling tool usage, making the description self-sufficient for an agent to correctly select and invoke this tool.

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?

The input schema only defines limit and offset with defaults, but the description explains each parameter's meaning ('max rows returned', 'rows to skip for paging') and adds actionable guidance on how to use them ('truncated tells you definitively whether to raise offset'). This fully compensates for the 0% schema description coverage.

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 resource ('vSphere 9 / VCF 9 STIG-aligned host baseline's controls') and identifies the exact baseline id ('vsphere-stig-v9-subset'). It clearly distinguishes this tool from siblings like scan_target and describe_stig_content_sync by stating its role in listing controls.

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?

The description explicitly tells when to use this tool (to list controls of the baseline) and provides alternatives: 'Use scan_target with baseline ... to evaluate these controls' and 'use describe_stig_content_sync for how this catalog is kept in sync.' It also clarifies the read-only, local-only scope, reinforcing appropriate use cases.

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-Harden'

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