list_sources
Discover and filter available data sources to begin analysis. Search by name to find relevant datasets with details like type, columns, and update dates.
Instructions
š [Requires Authentication] List available data sources. This is typically the FIRST interactive step in data analysis. Ask user to provide a search term to filter the sources. š Auto-Cached: apiUrl and jwtToken are automatically provided from your authentication session. Only provide 'search', 'page', and 'limit' parameters as needed. Ask the user for a source name to search first. Returns: {{'count': int, 'data': [{'id': str, 'title': str, 'type': str, 'updated': str, 'numberOfColumns': int}]}}.
ā ļø Please authenticate first by calling the setup_authentication tool above. This tool will become fully functional after authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| page | No | ||
| search | No |