Skip to main content
Glama

request_capability

File a capability request for missing protocols, chains, or tools. Creates a pre-filled GitHub issue to notify developers when existing tools cannot fulfill a user's request.

Instructions

File a capability request against the vaultpilot-mcp GitHub repository when the user asks for something this server cannot do (e.g. an unsupported protocol, chain, token, or missing tool). USE ONLY AFTER confirming no existing tool can accomplish the task. By default this returns a pre-filled GitHub issue URL — NO data is transmitted; the user must click through to submit. If the operator has configured VAULTPILOT_FEEDBACK_ENDPOINT, it posts directly to that proxy instead. Rate-limited per install (30s between calls, 3/hour, 10/day, 7-day dedupe on identical summaries). Write clear, actionable summaries — this lands in a real issue tracker read by humans.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryYesOne-line title of the missing capability (used as the GitHub issue title). E.g. 'Support Aerodrome LP positions on Base' or 'Add Pendle PT/YT position reader'.
descriptionYesWhat the user asked for, what the agent tried, what's missing, and why the existing tools don't cover it. Include protocol name, chain, contract addresses, and a concrete example if relevant.
categoryNoRough bucket to help triage.
contextNo
agentNameNoMCP client identifier (e.g. 'Claude Code', 'Cursor'). Helps triage.
Behavior4/5

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

Discloses key behaviors: default action returns a URL without transmitting data, optionally posts to an endpoint if configured, and imposes rate limits (30s, 3/hr, 10/day, 7-day dedupe). The description adds value beyond annotations, though the openWorldHint annotation might slightly clash with the 'no data transmitted' default.

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?

The description is concise (4 sentences) and front-loads the core purpose and usage rule. Each sentence serves a distinct purpose: purpose, usage condition, behavioral caveat, and advice for summaries.

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 5 parameters (2 required) and no output schema, the description covers purpose, usage, behavior, and some parameter advice. It lacks explicit return-value details but compensates with rate-limit transparency and the URL behavior explanation.

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 high (80%), so baseline is 3. The description adds no extra parameter-level details beyond the schema, just a general plea for clear summaries. It doesn't compensate for the 20% uncovered parameter information.

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 the tool's purpose: filing a capability request for missing features in the vaultpilot-mcp GitHub repo. It uses a specific verb ('file') and resource ('GitHub repository'), and distinguishes itself from sibling tools by specifying it's for unsupported actions that no existing tool can handle.

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 instructs to use only after confirming no existing tool works, providing clear when-to-use and when-not-to-use guidance. It also hints at alternatives by mentioning checking existing tools 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/szhygulin/vaultpilot-mcp'

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