Skip to main content
Glama
mithung-vunet

@mithung/vunet-mcp-server

vunet_query_metric

Retrieve metric data from a Vunet data model by specifying its name, time range, and optional filters. Supports relative or absolute time, thresholds, and time shifts.

Instructions

Query a Vunet data model/metric with flexible time ranges and filters. Automatically uses the configured tenant.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
excludeNoComma-separated fields to exclude from response
filtersNoDynamic filters as key-value pairs (e.g., {"ip": "192.168.0.1", "status": "active"})
includeNoComma-separated fields to include in response
end_timeNoEnd time (epoch timestamp or 'now', 'now-1h', etc.). Use with start_time instead of relative_time.
formattingNoResponse format. Use 'lama' for LAMA format (Log Analytics)
start_timeNoStart time (epoch timestamp or 'now', 'now-1h', etc.). Use with end_time instead of relative_time.
thresholdsNoInclude threshold data in response (default: false)
time_shiftNoTime shift for comparison (e.g., '1h', '1d', '1w')
metric_nameYesName of the data model/metric to query (e.g., 'datamodel-metric-api')
relative_timeNoRelative time (e.g., '15m', '1h', '1d', '1w', '1M', '1y')
add_on_data_modelsNoComma-separated additional data models to join
add_on_time_intervalsNoAdditional time intervals for comparison (e.g., ['1h_ago', '1d_ago'])
Behavior2/5

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

No annotations provided, so description carries full burden. It mentions automatic tenant configuration but does not disclose other important behaviors like effect of conflicting time parameters, error handling, response format, or pagination. Extensive schema descriptions exist but behavioral traits beyond parameter definitions are missing.

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?

Single sentence is concise and front-loaded with key information. However, given the tool's complexity (12 parameters), the description could benefit from additional structure (e.g., separate paragraphs for key features) while remaining concise. No redundancy.

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

Completeness2/5

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

For a tool with 12 parameters, no output schema, and no annotations, the description is too brief. It does not explain return values, time parameter combinations, error states, or the nature of the metric data returned. Schema covers parameters but not behavioral context needed for effective use.

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 coverage is 100% with detailed descriptions for all 12 parameters. The description adds minimal value by summarizing 'flexible time ranges and filters' but does not explain parameter relationships, defaults, or usage patterns beyond what schema provides. Baseline 3 is appropriate.

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?

Description clearly states it queries a Vunet data model/metric, using verb 'Query' and specifying the resource. It distinguishes from siblings (vunet_fetch_datamodels, vunet_get_status, vunet_list_data_models) which are about managing models, not querying metrics.

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?

No guidance on when to use this tool vs siblings or other alternatives. Does not mention prerequisites, contexts, or when to avoid using it. The only hint is 'automatically uses the configured tenant,' which is not a usage guideline.

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/mithung-vunet/vunet-mcp-server'

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