vest_submit_tool_request
ActiveTool of io.github.VestOSAI/vest-mcp
Submit a request to add a new AI tool to the Vest catalog. Use when the user mentions a tool they'd like to earn cashback on that isn't currently available in Vest's catalog. Collects the tool name, optional URL, use case, and contact email for follow-up. Do NOT use this when the tool is already in Vest's catalog — use vest_search_tools first to confirm. Always confirm with the user before submitting; never auto-submit based on inference.
Parameters schema
{
"type": "object",
"required": [
"tool_name"
],
"properties": {
"tool_url": {
"type": "string",
"format": "uri",
"description": "Optional homepage or product URL for the tool."
},
"use_case": {
"type": "string",
"description": "Optional description of how you'd use this tool."
},
"tool_name": {
"type": "string",
"minLength": 1,
"description": "The name of the tool you'd like Vest to add to the catalog."
},
"user_email": {
"type": "string",
"format": "email",
"pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$",
"description": "Optional email so Vest can follow up when the tool is added."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.VestOSAI/vest-mcp
https://github.com/VestOSAI/vest-mcp
1/7 registries