You're viewing a demo portfolio

Join the waitlist
PRSM

meta-tools.request_feature

Active

Tool of Vee3

declared in 1.27.1

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."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Vee3

https://github.com/Vee3io/Vee3

1/7 registries
View full server →