RVTDocs MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| rvtdocs_fetchC | Fetch RVTDocs in single-fetch mode with trust-gate output shaping. mode:
|
| 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:
|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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