This guide explains step by step how to create a JSON-formatted tool so our AI system can properly call your API. You don’t need to know TypeScript: just follow the indicated structure and fill in the fields with your information.
A tool is a simple JSON file that describes:
Our AI system reads this to know how to call your API, which values to pass, in what format, etc…
Regarding the general structure, there are several parts: some are presented in a graphical interface, and others must be specified in JSON. Below is the main structure expected on the graphical part:
Indicate the full URL of your endpoint (with parameters in the path if applicable, e.g., /{id}).
The HTTP method to use: "GET", "POST", "PUT", "DELETE", or "PATCH".
A list of objects describing each header to send, each header must contain: