mcp_powerdrill_list_datasets
Retrieve a list of available datasets from Powerdrill MCP Server. Specify a limit to control the number of datasets returned for smart AI data analysis and insights.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of datasets to return |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"limit": {
"description": "Maximum number of datasets to return",
"type": "number"
}
},
"type": "object"
}