You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redirect misused tool names in run_query: When LLMs incorrectly pass tool names (e.g. get_term_info, search_terms) as query_type to run_query, the server now gracefully handles the mistake instead of returning errors that cause retry loops:
query_type: "get_term_info" → silently redirects to get_term_info handler, returns results with a corrective note
query_type: "search_terms" → returns a helpful message explaining it's a separate tool
Improvement
Enriched run_query tool description: The description now lists valid query types grouped by entity type (templates, neurons, classes), explicitly warns against using tool names as query types, and instructs LLMs to call get_term_info first to discover available queries for a given ID