{ "opencollection": "1.0.0", "info": { "name": "Vectara REST Agents Tools API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Tools", "type": "folder" }, "items": [ { "info": { "name": "List Tools", "type": "http" }, "http": { "method": "GET", "url": "https://api.vectara.io/v2/tools" }, "docs": "List Tools" }, { "info": { "name": "Create A Tool", "type": "http" }, "http": { "method": "POST", "url": "https://api.vectara.io/v2/tools" }, "docs": "Create A Tool" }, { "info": { "name": "List Tool Servers", "type": "http" }, "http": { "method": "GET", "url": "https://api.vectara.io/v2/tool-servers" }, "docs": "List Tool Servers" }, { "info": { "name": "Register A Tool Server", "type": "http" }, "http": { "method": "POST", "url": "https://api.vectara.io/v2/tool-servers" }, "docs": "Register A Tool Server" } ] } ], "bundled": true }