cURL
curl --request GET \ --url https://app.botmailroom.com/api/v1/tools \ --header 'Authorization: Bearer <token>'
[ {} ]
Gets tool schemas that can be passed to an LLM.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The type of tool schema to return, see here for openai and here for claude
openai
claude
Successful Response
The response is of type Response Get Tools Api V1 Tools Get · object[].
Response Get Tools Api V1 Tools Get · object[]