ai.mcpanalytics/analytics

datasets_list

List and search uploaded datasets with fuzzy matching.

Remote mcpanalytics/mcp-analytics

Other tools also called datasets_list? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "default": 20,
      "description": "Max results"
    },
    "search": {
      "type": "string",
      "description": "Search by name, description, or tags"
    }
  }
}