Skip to main content
Glama
mithung-vunet

@mithung/vunet-mcp-server

vunet_fetch_datamodels

Retrieve and explore live data models (signals) from your VuNet tenant, showing signal names, types, data sources, and column details. Identify available data before running metric queries.

Instructions

Fetch the actual live DataModels (signals) configured in this VuNet tenant by calling /api/vuaccel/datamodel/. Returns real signal names, types (Metric/Event/Log), data sources, and column details. Use this to discover what data is available before querying with vunet_query_metric.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of results to return per page (default: 10, max: 100)
offsetNoPagination offset — number of records to skip (default: 0)
searchNoSearch keyword to filter data models by name (e.g., 'UPI', 'CPU', 'transaction')
orderingNoField to sort results by (e.g., 'signal_name', '-creation_time')
signal_typeNoFilter by signal type: 'Metric', 'Event', or 'Log'
Behavior3/5

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

No annotations provided, so description carries full burden. It describes it as a read operation that fetches live data, but doesn't cover auth needs, rate limits, or side effects. Adequate but not comprehensive.

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?

Two sentences with no wasted words. First sentence gives action and endpoint; second sentence states output and usage guidance. Front-loaded and efficient.

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?

For a tool with 5 parameters, no output schema, and no annotations, the description adequately covers purpose, output content, and usage context. Missing details on pagination or error handling, but still complete enough for basic 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 description coverage is 100%, so the schema already explains all parameters. The description adds context about discovery but no extra syntactic or behavioral details beyond what the schema provides.

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 it fetches actual live DataModels via a specific API endpoint, lists what it returns (signal names, types, data sources, column details), and distinguishes from sibling tools by mentioning its use before vunet_query_metric.

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

Usage Guidelines4/5

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

Explicitly tells when to use it ('discover what data is available before querying with vunet_query_metric'). Could be improved by noting when not to use or alternatives like vunet_list_data_models.

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