list_available_data
Retrieve all available datasets and active user-loaded data handles in one unified response. Optionally filter to show only demo datasets or only user-loaded data.
Instructions
List all data available for use — system demo datasets and active user-loaded data handles — in a single unified response. Use is_demo=true for demos only, is_demo=false for handles only, or omit is_demo to get both.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_demo | No | Optional filter: true = only system demos, false = only active data handles, omit = both. |