Answer natural language questions by generating and executing queries on Kyvos semantic models. Relies on Kyvos MCP for metadata and generation instructions.
This skill enables natural language querying of Kyvos semantic models. It uses the Kyvos MCP server to retrieve the necessary context and instructions to generate accurate queries without requiring pre-existing knowledge of the schema or SQL dialect.
Identify the correct data source for the user's question.
kyvos_list_semantic_models to see available semantic models.Gather the necessary context to build the query.
kyvos_list_semantic_model_columns for the selected model.kyvos_sql_generation_prompt.
Construct the query based only on the provided prompt.
kyvos_sql_generation_prompt. Do not apply external SQL rules or assumptions.Run the query and present the data.
kyvos_execute_query with the generated query.kyvos_sql_generation_prompt.