nyx_list_services
Enumerate downstream services callable via NyxID, returning endpoints, rate limits, and auth. Use for tool discovery before proxy requests.
Instructions
Enumerate the downstream services this agent can call through NyxID. Returns each service's slug, display name, base URL, auth method, configured rate limits, and (when an OpenAPI spec is available) its callable endpoints. Use this for tool discovery before issuing nyx_proxy_request — agent-key scope determines which services are visible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Optional filter by service category. Omit to list all categories. | |
| include_endpoints | No | When true, include the parsed OpenAPI endpoint list per service. Adds latency on services with large specs. |