router-servers
Analyze and route user queries to suitable specialized servers to ensure each query is handled by the correct server.
Instructions
Route user query to appropriate servers. Use this when you need to find suitable servers that can handle the user's query. This should be your first step when processing a new query to determine which specialized servers are most relevant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | Yes |