request_capability
Submit feature requests for missing DeFi protocols, chains, or tools in the vaultpilot-mcp server when existing capabilities cannot accomplish the task.
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
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | One-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'. | |
| description | Yes | What 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. | |
| category | No | Rough bucket to help triage. | |
| context | No | ||
| agentName | No | MCP client identifier (e.g. 'Claude Code', 'Cursor'). Helps triage. |