Skip to main content
Glama
trgiangv

RVTDocs MCP

by trgiangv

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
rvtdocs_fetchC

Fetch RVTDocs in single-fetch mode with trust-gate output shaping.

mode:

  • trust (default): lean payload, snippet removed to minimize output tokens

  • full: include snippet for detailed inspection

  • diagnostics: include snippet and return resolver/semantic trace metadata

rvtdocs_scanC

Resolve and trust-check a query with minimal output for low token cost.

rvtdocs_debugC

Run diagnostic fetch with snippet and resolver/semantic trace metadata.

rvtdocs_batchB

Batch-fetch multiple RVTDocs queries in a single tool call.

Reduces tool-call overhead when looking up related APIs. Returns a list of results, one per query, plus aggregate stats.

mode:

  • trust (default): lean payload per query

  • full: include snippet per query

rvtdocs_statsB

Query usage statistics for the rvtdocs MCP server.

Returns tool call counts, success rates, cache hit rates, and top queries/failures for the specified time period.

rvtdocs_version_infoA

Returns supported Revit API documentation versions and recommendations.

rvtdocs_schemaA

Return JSON schemas for all rvtdocs tools for external validation.

rvtdocs_session_setA

Store a key-value pair in the session store.

Useful for caching resolved API info between tool calls. Data is ephemeral (lost on server restart).

rvtdocs_session_getC

Retrieve a value from the session store.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/trgiangv/rvtdocs-mcp'

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