2f2425e1b6b6

latestOpenAPI 3.0.32026-07-24106305257.4 KB
Tools

List tools

List tools for the authenticated user

get/tools

Query parameters

limitnumber double
tokenstring
sortBy'created_at' | 'modified_at' | 'name'
order'asc' | 'desc'
namestring
providerstring

Response

Tools retrieved successfully

tokenstring

Pagination token for next page

Example response

{
  "tools": [
    {
      "id": "tool_123abc",
      "name": "weather_api",
      "description": "Get current weather information for any city",
      "provider": "OpenWeather",
      "created_at": "2024-01-01T00:00:00Z",
      "modified_at": "2024-01-01T00:00:00Z"
    }
  ],
  "token": "eyJwayI6InVzZXJfMTIzIn0="
}