Query Red Hat InScope AI assistants for internal documentation - App Interface, Clowder, Konflux, etc. Auto-selects best assistant or query specific one. Use when user says "InScope", "ask InScope", "internal docs".
Query Red Hat InScope AI assistants for internal documentation.
| Input | Type | Default | Purpose |
|---|---|---|---|
question | string | required | Question to ask |
assistants | string | - | Comma-separated: app-interface, clowder, konflux. Empty = auto. |
refresh_auth | bool | false | Force re-auth before query |
persona_load("developer") — InScope toolspersona_load("developer")inscope_auth_status() — check token validityrefresh_auth: inscope_auto_login(headless=true)inscope_list_assistants() — available assistantsassistants: inscope_ask(query=inputs.question, include_sources=true) — auto-selectassistants: inscope_query(query=inputs.question, assistant=first_assistant, include_sources=true)learn_tool_fix("inscope_ask", "unauthorized", "Token expired", "Run inscope_auto_login()")learn_tool_fix("inscope_ask", "timeout", "Request timed out", "Retry with simpler question")memory_session_log("InScope research", "Question: {query[:80]}, Assistant: {assistant}")inscope_ask, inscope_query, inscope_list_assistantsinscope_auth_status, inscope_auto_login, inscope_save_tokenskill_run("inscope_research", '{"question": "How do I configure RDS for my ClowdApp?"}')
skill_run("inscope_research", '{"question": "Konflux release process", "assistants": "konflux"}')