← ClaudeAtlas

querylisted

Use when the user wants to query or analyze data through the Honeydew semantic layer — including natural language analysis questions, deep multi-step investigations, and structured queries. For model/field discovery use the model-exploration skill.
honeydew-ai/honeydew-ai-coding-agents-plugins · ★ 39 · Data & Documents · score 80
Install: claude install-skill honeydew-ai/honeydew-ai-coding-agents-plugins
## Prerequisites Queries run against the workspace and branch set for the current session. Use `get_session_workspace_and_branch` to check the current context. If no workspace/branch is set, use `list_workspaces`, `list_workspace_branches`, and `set_session_workspace_and_branch` to select one. See the `workspace-branch` skill for the full workspace/branch tool reference. --- ## Overview Honeydew provides three ways to query data through the semantic layer. Each method suits a different situation — pick the right one based on how well you understand the model and how complex the question is. | Method | Tool | Best For | | ------------------------- | ------------------------------------------------- | -------------------------------------------------------------------------------- | | **Structured query** | `get_data_from_fields` / `get_sql_from_fields` | Retrieving a specific figure or row set. Deterministic, full control. | | **Deep analysis** | `initiate_analysis` + `monitor_analysis` | Understanding, explaining, or investigating — anything beyond a lookup. | | **Explain a prior step** | `get_analysis_step_details` | User asks how a specific step in a prior analysis was calculated. | | **Browse past analyses** | `list_analysis_chats`