Skip to main content
Glama
colecantu904

virtuous-mcp

by colecantu904

call_endpoint

Invoke any Virtuous API endpoint to read data or modify records, with write operations requiring explicit user confirmation.

Instructions

Invoke ANY Virtuous API endpoint. This gives full coverage of the entire API.

Reads (GET, and POST to Query/QueryOptions/Search/Find/Proximity) run freely. WRITE endpoints (any other POST/PUT/PATCH/DELETE) MODIFY data and obey the confirmation policy: with confirm=false NO call is made and a preview is returned so you can show the user and ask. Only pass confirm=true after the user has explicitly approved the exact action.

Use list_endpoints / describe_endpoint to find the right method + path first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoJSON request body (for POST/PUT/PATCH).
pathYesPath template from list_endpoints, e.g. '/api/Contact/:contactId'.
methodYesHTTP method: GET, POST, PUT, PATCH, or DELETE.
confirmNoRequired (true) for any WRITE endpoint. Set ONLY after explicit user approval.
path_paramsNoValues for :placeholders in the path, e.g. {"contactId": 123}.
query_paramsNoQuery-string parameters, e.g. {"skip": 0, "take": 50}.
Behavior4/5

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

No annotations provided, but description covers key behaviors: reads run freely, writes require confirmation with preview. Could mention error handling or response format for completeness.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two well-structured paragraphs, front-loaded with purpose. Slightly verbose in places (e.g., 'full coverage' repeated), but overall efficient.

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 generic nature and lack of output schema, the description covers usage policy, read/write distinction, and suggests discovery tools. Missing a brief note on return values or error handling.

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 baseline is 3. Description adds context for confirm and path_params, but schema already adequately describes parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that the tool invokes any Virtuous API endpoint, providing full coverage. It distinctly sets itself apart from sibling tools like create_record or delete_record by being the generic fallback.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly explains when to use (all endpoints) and when not to use (writes without confirmation). Provides clear policy: confirm=false returns preview, confirm=true only after explicit user approval. Also recommends using list_endpoints/describe_endpoint first.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/colecantu904/virtuous-mcp'

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