meta-tools.request_feature
ActiveTool of Vee3
Request a new capability or feature that Vee3 does not offer yet. Use this when you need something that is not available in the catalog — a missing integration, data source, workflow, or enhancement to an existing capability. Describe what you need, why you cannot accomplish it today, and how you would use it Cost = 0 tokens.
Parameters schema
{
"type": "object",
"title": "request_featureArguments",
"required": [
"summary",
"description"
],
"properties": {
"summary": {
"type": "string",
"title": "Summary",
"maxLength": 200,
"description": "Short title describing the requested capability or feature."
},
"use_case": {
"anyOf": [
{
"type": "string",
"maxLength": 8000
},
{
"type": "null"
}
],
"title": "Use Case",
"default": null,
"description": "Example workflow or scenario where this feature would be used."
},
"description": {
"type": "string",
"title": "Description",
"maxLength": 8000,
"description": "Detailed explanation of what is needed, why it cannot be done with existing tools, and how it would help."
},
"related_capability_id": {
"anyOf": [
{
"type": "string",
"maxLength": 128
},
{
"type": "null"
}
],
"title": "Related Capability Id",
"default": null,
"description": "Capability id this request extends or relates to, if applicable."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries