rusackas commented on code in PR #44130:
URL: https://github.com/apache/superset/pull/44130#discussion_r4086818976


##########
docs/docs/using-superset/using-ai-with-superset.mdx:
##########
@@ -267,6 +293,15 @@ Ask your admin for the MCP server URL and any 
authentication tokens you need.
 | `create_virtual_dataset` | Create a virtual dataset from a SQL query         
                                                                           |
 | `update_dataset_metric`  | Update a saved metric's expression, name, 
verbose_name, or format (affects every chart using it; requires dataset 
ownership) |
 
+### Semantic Layer
+
+| Tool                         | Description                                   
                                                                                
    |
+| ---------------------------- | 
-----------------------------------------------------------------------------------------------------------------------------------
 |
+| `list_metrics`                | Discover metrics by name/description across 
built-in datasets and external semantic views, with compatible dimensions 
included    |
+| `get_table`                   | Query a dataset or semantic view by metric 
and dimension names, with optional filters, time range, and sorting             
       |
+| `get_compatible_dimensions`   | Given metrics/dimensions already selected, 
return the dimensions that can still be added                                   
       |

Review Comment:
   @sadpandajoe Good catch, reworded step 3 (and the refine bullet) so it stops 
promising a delta. Dims come back as the full compatible set, so clients filter 
out their own picks; metrics only exclude selected ones on built-in datasets.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to