Skip to main content
Glama
colecantu904

virtuous-mcp

by colecantu904

describe_endpoint

Retrieve complete metadata for any API endpoint, including method, path, resource, and parameters. Read-only operation.

Instructions

Get full metadata for a single endpoint (method, path, title, resource, read/write, path + query parameters). Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesExact path template with :placeholders, e.g. '/api/Contact/:contactId'.
methodYesHTTP method, e.g. 'GET', 'POST', 'PUT'.
Behavior4/5

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

Discloses the read-only nature and lists the kind of data returned (method, path, title, etc.), though with no annotations, it adequately conveys the behavior, as it is a straightforward retrieval.

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 concise sentences that front-load the purpose, with no redundant or unnecessary information.

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?

For a simple metadata retrieval tool with no output schema, the description provides a good overview of the returned fields, though it could optionally list all fields for 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?

Both parameters are fully described in the schema (100% coverage), and the tool's description adds no additional detail beyond what is already present in the schema.

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?

Clearly states it returns full metadata for a single endpoint, distinguishing it from sibling tools like list_endpoints which return multiple endpoints.

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?

The description indicates it is a read-only operation, which suggests safe usage, but does not explicitly mention when to use versus alternatives like list_endpoints or call_endpoint.

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