cURL
curl --request GET \ --url https://api.devic.ai/v1/tool-servers \ --header 'Authorization: Bearer <token>'
{ "toolServers": [ { "_id": "<string>", "clientUID": "<string>", "enabled": true, "url": "<string>", "identifier": "<string>", "name": "<string>", "description": "<string>", "mcpType": true, "mcpServerProperties": { "mode": "public", "slug": "<string>", "status": "active" }, "toolServerDefinitionId": "<string>", "imageUrl": "<string>", "creartionTimestampMs": 123, "lastEditTimestampMS": 123 } ], "total": 123, "offset": 123, "limit": 123, "hasMore": true }
Retrieves a paginated list of all tool servers for the authenticated client.
Use JWT token for authentication
Number of items to skip
Maximum number of items to return
x <= 100
Tool servers retrieved successfully
Array of tool servers
Show child attributes
Total count
Current offset
Items per page
Whether there are more items