Read Service
GET/services/:name
Get details about a specific service including all its tools.
The response includes:
- Basic service information (name, kind, URL)
- Complete list of available tools
- Parameter definitions for each tool
Notes:
- Tools list may be empty if service is still initializing
- Parameters marked as required must be provided when using a tool
- Enum parameters restrict inputs to the listed values
Request
Responses
- 200
- 404
- 422
- 503
Service details including all available tools
Service not found
Validation Error
Service is registered but currently unavailable