VRPlatformVRPlatform

Capabilities

Tools, resources, prompts, and when to use each one

Capabilities

The MCP server exposes tools, resources, and one prompt.

Tools

ToolUse
vrt_server_statusCheck server status, upstreams, and auth state.
vrt_product_help_searchSearch product docs by literal text.
vrt_team_lookupFind accessible teams by name.
vrt_api_readRun GET requests against the VRPlatform API.
vrt_api_mutationRun POST, PATCH, PUT, or DELETE.

Use vrt_product_help_search for product and operational guidance, not API schema discovery. It is literal text search and rejects API-shape queries.

Resources

ResourceUse
vrt://service/infoServer metadata and environment summary.
vrt://api/openapi-contextCompact API path and method catalog.
vrt://api/path/%2FreservationsPath details for /reservations.
vrt://api/path/%2Freservations/GETMethod parameters and response shape.

Use OpenAPI resources for endpoint, parameter, schema, and response-field questions.

Path resources use URL-encoded paths. For example:

vrt://api/path/%2Fstatements
vrt://api/path/%2Fstatements/GET

Prompts

PromptUse
vrt-trust-accounting-helpStarter prompt for accounting questions.

Example Prompts

Use VRT MCP to find the team named Example PM and show its open issues.
Read vrt://api/openapi-context, then inspect the GET shape for /reservations.
Summarize the available query filters.
Using the configured team scope, call vrt_server_status and explain whether API
access is configured.

On this page