Skip to main content
Glama

List RevoGrid Capabilities

list_revogrid_capabilities
Read-onlyIdempotent

Start here to discover supported public capabilities and package ownership. Returns compact paginated summaries linked to detailed resources.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tierNoCore, Pro, or Enterprise package tier.
limitNoMaximum compact capability summaries per page.
cursorNoOpaque cursor returned by the previous page.
productNoRestrict capability ownership to one product.
versionNoExact indexed package version.
frameworkNoConsumer framework the capability must support.
stabilityNoStable, experimental, or deprecated capability status.
packageNameNoExact published npm package name.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes
nextCursorNo

Schema Changelog

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

  1. Added

TDQS

A4/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, non-destructive behavior. The description adds useful behavioral context by saying results are compact, paginated summaries linked to detailed resources, which goes beyond the annotations and helps the agent set expectations.

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 short sentences, front-loaded with the primary purpose ('Start here'), with no filler or repetition. Every clause contributes either purpose or return-shape context.

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?

Given the rich annotations, complete input schema, and output schema, the description adequately orients the agent for a read-only discovery tool. It covers the core purpose and return shape, though it could add a phrase about filtering dimensions like tier, product, or framework for even stronger completeness.

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 all eight parameters are already documented. The description only loosely maps to parameters via 'paginated' and 'package ownership' but adds no parameter-specific meaning beyond the schema, keeping it at the baseline for full schema coverage.

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 names a specific action ('discover'), a resource ('supported public capabilities'), and adds 'package ownership', which is more specific than the tool name alone. It positions itself as the starting point, which helps distinguish it from deeper inspection tools, but it does not explicitly differentiate from search_revogrid_docs or inspect_revogrid_api.

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?

'Start here' gives a clear entry-point context and indicates this tool is for initial discovery of capabilities and ownership. However, it does not state when not to use it or explicitly recommend a sibling tool for alternate needs.

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.