Skip to main content
Glama

Bramvia

check_nav_support_status

Given a Dynamics NAV version, return its Microsoft support end date, the end-of-sale date for NAV licensing, and whether the company may qualify for Microsoft's Bridge to Cloud 3 migration discount.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionYesNAV version: 2009, 2013, 2015, 2016, 2017 or 2018.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It clearly implies a read-only lookup by saying 'return', and notes the qualifying outcome is conditional ('may qualify'), which is helpful. However, it does not disclose the data source, update cadence, or whether eligibility is a definitive determination or an estimate.

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?

One sentence conveys the input, the three distinct outputs, and the conditional nature of the discount qualification. There is no filler, and the most important output is front-loaded.

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?

For a simple lookup with a single well-documented parameter and no output schema, the description covers everything an agent needs to know before calling: the input and the expected return values. No important context is missing.

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 already fully documents the only parameter, 'version', including accepted values. The description adds no parameter-level detail beyond restating that it takes a Dynamics NAV version, so the schema does the heavy lifting.

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 states a specific verb ('return') and a specific resource ('Dynamics NAV version' support and licensing dates), and lists the exact outputs: support end date, end-of-sale date, and Bridge to Cloud 3 eligibility. This makes it clearly distinct from sibling tools like estimate_bridge_to_cloud_savings or check_compliance_deadlines.

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?

The phrase 'Given a Dynamics NAV version' establishes the clear input condition under which the tool is appropriate. It does not explicitly name alternatives or exclusions, but the context is strong enough for an agent to know when to invoke it.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources