v1
latestOpenAPI 3.1.02026-07-177545150.1 KBServer Management
Get Service Tools Api
Get tool list for a service via JWT Bearer Token authentication (External API).
This endpoint provides the same functionality as GET /tools/{service_path} but uses modern JWT Bearer token authentication.
Authentication: JWT Bearer token (via nginx X-User header) Authorization: Requires valid JWT token from auth system
Path Parameters:
- service_path (required): Service path (e.g., /myservice or /all for all services)
Response: Returns the list of tools available on the service, filtered by user permissions.
Example:
curl -X GET https://registry.example.com/api/servers/tools/myservice \
-H "Authorization: Bearer $JWT_TOKEN"
# Get tools from all accessible services
curl -X GET https://registry.example.com/api/servers/tools/all \
-H "Authorization: Bearer $JWT_TOKEN"
get/api/servers/tools/{service_path}
Path parameters
service_pathstring required
Response
Successful Response
{"stackTrail":"paths:/api/servers/tools/{service_path}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}