What Trevi accepts
Trevi accepts OpenAPI documents (3.0 or 3.1) in JSON or YAML, and Postman Collections (v2.1) in JSON.Size limits
Uploads are limited to 10 MB. For larger files, import by URL.What Trevi reads
Trevi reads operations, parameters, request bodies, response schemas, and authentication schemes to build tool inputs and outputs.AI intelligence for tool selection
Trevi uses AI intelligence to recommend which operations should be exposed as MCP tools. You can accept the recommendations or refine them in the Server Builder.Required fields that make tools great
- Provide a stable
operationIdfor every operation. - Use a clear
summaryanddescription. - Add tags to group related operations.
- Include request and response schemas with types.
- Add examples for complex inputs and outputs.

