Skip to main content
Glama

Resolve RevoGrid Feature

resolve_feature_matrix
Read-onlyIdempotent

Resolve whether a RevoGrid feature exists, whether it is Pro, and where to learn it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionNo
frameworkNo
featureNameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesYes
bestDocsYes
stabilityNo
supportedYes
featureNameYes
requiresProYes
bestExamplesYes
fallbackApproachNo
supportedFrameworksYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed3 schema fields changed
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
    • removedInput schema / additionalProperties
      Removed value: -false
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "$schema": "https://json-schema.org/draft/2020-12/schema",
      +  "additionalProperties": false,
      +  "properties": {
      +    "bestDocs": {
      +      "default": [],
      +      "items": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "authority": {
      +            "type": "number"
      +          },
      +          "docType": {
      +            "enum": [
      +              "guide",
      +              "api",
      +              "example",
      +              "live-demo",
      +              "migration",
      +              "faq"
      +            ],
      +            "type": "string"
      +          },
      +          "exampleUrl": {
      +            "format": "uri",
      +            "type": "string"
      +          },
      +          "framework": {
      +            "enum": [
      +              "react",
      +              "vue",
      +              "angular",
      +              "svelte",
      +              "vanilla"
      +            ],
      +            "type": "string"
      +          },
      +          "id": {
      +            "type": "string"
      +          },
      +          "packageName": {
      +            "type": "string"
      +          },
      +          "packageVersion": {
      +            "type": "string"
      +          },
      +          "product": {
      +            "enum": [
      +              "core",
      +              "pro",
      +              "pivot",
      +              "gantt",
      +              "scheduler",
      +              "kanban",
      +              "collaboration",
      +              "enterprise"
      +            ],
      +            "type": "string"
      +          },
      +          "requiresPro": {
      +            "type": "boolean"
      +          },
      +          "score": {
      +            "type": "number"
      +          },
      +          "snippet": {
      +            "type": "string"
      +          },
      +          "sourcePath": {
      +            "type": "string"
      +          },
      +          "sourceRevision": {
      +            "type": "string"
      +          },
      +          "summary": {
      +            "type": "string"
      +          },
      +          "surface": {
      +            "enum": [
      +              "core",
      +              "pro",
      +              "pivot",
      +              "plugin",
      +              "columntype",
      +              "migration",
      +              "changelog",
      +              "internal"
      +            ],
      +            "type": "string"
      +          },
      +          "symbolKind": {
      +            "enum": [
      +              "class",
      +              "function",
      +              "interface",
      +              "type",
      +              "enum",
      +              "variable",
      +              "event",
      +              "plugin",
      +              "component",
      +              "unknown"
      +            ],
      +            "type": "string"
      +          },
      +          "symbols": {
      +            "items": {
      +              "type": "string"
      +            },
      +            "type": "array"
      +          },
      +          "title": {
      +            "type": "string"
      +          },
      +          "url": {
      +            "format": "uri",
      +            "type": "string"
      +          },
      +          "version": {
      +            "type": "string"
      +          },
      +          "visibility": {
      +            "enum": [
      +              "public",
      +              "internal"
      +            ],
      +            "type": "string"
      +          },
      +          "whyMatched": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "id",
      +          "title",
      +          "summary",
      +          "surface",
      +          "docType",
      +          "requiresPro",
      +          "symbols",
      +          "score",
      +          "snippet",
      +          "url"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "bestExamples": {
      +      "default": [],
      +      "items": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "exampleUrl": {
      +            "format": "uri",
      +            "type": "string"
      +          },
      +          "framework": {
      +            "enum": [
      +              "react",
      +              "vue",
      +              "angular",
      +              "svelte",
      +              "vanilla"
      +            ],
      +            "type": "string"
      +          },
      +          "id": {
      +            "type": "string"
      +          },
      +          "packages": {
      +            "items": {
      +              "type": "string"
      +            },
      +            "type": "array"
      +          },
      +          "requiresPro": {
      +            "type": "boolean"
      +          },
      +          "score": {
      +            "type": "number"
      +          },
      +          "sourceUrl": {
      +            "type": "string"
      +          },
      +          "summary": {
      +            "type": "string"
      +          },
      +          "surface": {
      +            "enum": [
      +              "core",
      +              "pro",
      +              "pivot",
      +              "plugin",
      +              "columntype",
      +              "migration",
      +              "changelog",
      +              "internal"
      +            ],
      +            "type": "string"
      +          },
      +          "title": {
      +            "type": "string"
      +          },
      +          "version": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "id",
      +          "title",
      +          "surface",
      +          "requiresPro",
      +          "summary",
      +          "packages",
      +          "score"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "fallbackApproach": {
      +      "type": "string"
      +    },
      +    "featureName": {
      +      "type": "string"
      +    },
      +    "notes": {
      +      "default": [],
      +      "items": {
      +        "type": "string"
      +      },
      +      "type": "array"
      +    },
      +    "requiresPro": {
      +      "type": "boolean"
      +    },
      +    "stability": {
      +      "enum": [
      +        "stable",
      +        "experimental",
      +        "deprecated"
      +      ],
      +      "type": "string"
      +    },
      +    "supported": {
      +      "type": "boolean"
      +    },
      +    "supportedFrameworks": {
      +      "items": {
      +        "enum": [
      +          "react",
      +          "vue",
      +          "angular",
      +          "svelte",
      +          "vanilla"
      +        ],
      +        "type": "string"
      +      },
      +      "type": "array"
      +    }
      +  },
      +  "required": [
      +    "featureName",
      +    "supported",
      +    "requiresPro",
      +    "supportedFrameworks",
      +    "notes",
      +    "bestDocs",
      +    "bestExamples"
      +  ],
      +  "type": "object"
      +}
  2. First observed

TDQS

B3.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safe, read-only nature is established. The description adds useful behavioral detail by specifying what the resolution returns: existence, Pro status, and a learning resource. It does not address unknown-feature edge cases or framework/version sensitivity, but the annotation coverage lowers the burden here.

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?

The description is a single sentence with no filler. It front-loads the core lookup question and packs the three answer dimensions into a compact, scannable form.

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

Completeness3/5

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

For a simple read-only lookup with an output schema, the description gives the essential purpose. Yet in a toolset with eight similar RevoGrid tools, the missing usage guidance and undocumented optional parameters leave meaningful gaps, so the description is only minimally sufficient rather than fully self-contained.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description would need to compensate. It only implies the main parameter by mentioning 'a RevoGrid feature,' which maps to featureName, but it never explains the optional `version` or `framework` parameters or how they influence the resolution. The schema itself provides only types and an enum, not semantics.

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 identifies the action ('Resolve'), the resource ('a RevoGrid feature'), and the three output dimensions: existence, Pro status, and learning resource. However, it does not explicitly distinguish this tool from siblings like search_revogrid_docs or list_revogrid_capabilities, so it stops short of full differentiation.

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?

There is no statement about when to use this tool versus the many sibling tools, nor any 'use this instead of...' guidance. The phrase 'where to learn it' weakly implies a docs-lookup purpose, but it does not help an agent choose between this and search_revogrid_docs or find_examples.

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.

TDQS

A4/5.0
Disambiguation4/5

Each tool targets a distinct stage in the RevoGrid workflow: capability discovery, exact API inspection, broad documentation search, feature-matrix lookup, examples, migration notes, planning, and validation. The discovery-oriented tools overlap somewhat in surface area, but their descriptions clearly separate broad search, exact symbol resolution, and feature-existence checks.

Naming Consistency5/5

All eight tool names follow a consistent lowercase snake_case verb_noun pattern, such as find_examples, list_revogrid_capabilities, and validate_revogrid_usage. While some names omit the 'revogrid' prefix, the imperative verb + object structure is predictable and uniform.

Tool Count5/5

Eight tools is a well-scoped size for a RevoGrid implementation assistant. Each tool maps to a distinct need from discovery through planning and validation, with no redundant or filler tools.

Completeness5/5

The server covers the full advisory lifecycle: discover capabilities, search documentation, resolve feature existence, inspect exact APIs, find examples, plan implementations, validate usage, and check migration notes. There are no obvious gaps or dead ends for the stated RevoGrid-focused purpose.