Request feature
Request a new capability or feature that Vee3 does not offer yet.
← All Meta tools endpoints · Capability overview
/v1/meta-tools/request-featurehttps://api.vee3.io/v1/meta-tools/request-feature
Request a new capability or feature that Vee3 does not offer yet.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
meta-tools.request_featureParameters4 fields
summarystringRequiredShort title describing the requested capability or feature.
max length 200
descriptionstringRequiredDetailed explanation of what is needed, why it cannot be done with existing tools, and how it would help.
max length 8000
related_capability_idstringOptionalCapability id this request extends or relates to, if applicable.
max length 128
use_casestringOptionalExample workflow or scenario where this feature would be used.
max length 8000
Response3 fields
request_idstringUnique identifier for the submitted feature request.
statusstringSubmission status. Always "received" on success.
created_atstringISO 8601 timestamp when the request was recorded.
HTTP errors: unauthorized, validation_error, rate_limit_exceeded