Skip to main content
Glama
vmware-skills

io.github.zw008/vmware-log-insight

log_fields

Read-onlyIdempotent

List extracted fields to discover valid field names for use in query filters. Optionally filter by name substring or target. Read-only.

Instructions

[READ] List the extracted fields available to use in query filters.

Use this to discover valid field names before filtering log_search / log_aggregate. name_filter = optional case-insensitive substring. target = target name from config. Returns the family list envelope {items, returned, limit, total, truncated, hint}; each item is {name}. No limit — every matching field is returned, so truncated is always false: this is the complete field list, not a page. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNo
name_filterNo
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false. The description goes far beyond annotations by disclosing the return envelope format, guaranteeing the result is complete ('No limit — every matching field is returned'), and explaining that truncated is always false. This gives the agent clear expectations about pagination and result completeness.

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?

Every sentence serves a distinct purpose: purpose, usage, parameter details, and complete return envelope. The structure is front-loaded with the READ action and purpose, and the description is appropriately sized—detailed but without irrelevant filler.

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?

The tool has no output schema and only two optional parameters, yet the description covers the full return shape, pagination behavior, and completeness guarantee. It provides all necessary context for an agent to use the tool correctly without ambiguity.

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 schema descriptions cover 0% of parameters, so the description carries the full burden. It defines both 'name_filter' as 'optional case-insensitive substring' and 'target' as 'target name from config', adding meaningful semantics beyond the schema's bare titles and default nulls. This fully compensates for the lack of schema 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 opens with '[READ] List the extracted fields available to use in query filters,' which clearly states the verb and resource. It further distinguishes the tool from siblings by explicitly mentioning use before 'log_search / log_aggregate,' aligning with the sibling tool names.

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 provides explicit usage guidance: 'Use this to discover valid field names before filtering log_search / log_aggregate.' This tells exactly when to use the tool and implies it is a prerequisite for other log tools. It also clarifies the optional parameters, giving immediate practical context.

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-Log-Insight'

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