Request feature

Request a new capability or feature that Vee3 does not offer yet.

← All Meta tools endpoints · Capability overview

POST/v1/meta-tools/request-feature

https://api.vee3.io/v1/meta-tools/request-feature

0 tokens

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_feature
Parameters4 fields
summarystringRequired

Short title describing the requested capability or feature.

max length 200

descriptionstringRequired

Detailed explanation of what is needed, why it cannot be done with existing tools, and how it would help.

max length 8000

related_capability_idstringOptional

Capability id this request extends or relates to, if applicable.

max length 128

use_casestringOptional

Example workflow or scenario where this feature would be used.

max length 8000

Response3 fields
request_idstring

Unique identifier for the submitted feature request.

statusstring

Submission status. Always "received" on success.

created_atstring

ISO 8601 timestamp when the request was recorded.

HTTP errors: unauthorized, validation_error, rate_limit_exceeded