Skip to main content
Glama
WYRE-AI
by WYRE-AI

umbrella_list_virtual_appliances

List Umbrella virtual appliances (on-prem DNS forwarders) and view their current status.

Instructions

List all Umbrella virtual appliances (on-prem DNS forwarders) and their status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of records to return.
offsetNoNumber of records to skip, for paging.
additionalParamsNoEscape hatch for any documented Cisco Reports/Investigate query parameter not modeled explicitly above (e.g. categories, identityids, verdict, domains), passed through verbatim as query string key/value pairs.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior4/5

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

Since annotations are absent, the description carries the full burden. It discloses that it returns status (useful context) and implies a read-only operation, but does not mention pagination behavior or any side effects. However, for a listing tool, the absence of caveats is acceptable.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single sentence with no fluff, front-loading the resource type and action. It could have elaborated on the output, but the sentence is efficient and direct.

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?

Given the tool's simplicity (read-only list, no output schema, all parameters optional and well-documented in the schema), the description covers the core purpose and status. It might have mentioned that it returns a list of objects, but that's implicit from the tool name and phrasing.

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?

The schema provides descriptions for all three parameters (limit, offset, additionalParams), including the escape hatch semantics. The description adds no additional parameter-level meaning, so a baseline of 3 is suitable given full schema coverage.

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 tool returns a list of virtual appliances with their status, using a specific verb and resource. However, it does not explicitly distinguish it from sibling tools that also list entities (e.g., umbrella_list_sites), though the resource name is sufficiently unique among the siblings.

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

Usage Guidelines3/5

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

The description implies it is for listing virtual appliances, which is a read operation, but it provides no explicit when-to-use guidance or exclusions. There are no alternative tools for the same resource, though stand-alone advice is minimal.

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