Skip to main content
Glama

vizro-mcp

Official
by mckinsey

load_and_analyze_data

Analyze and extract insights from data files stored locally or remotely. Supports CSV, JSON, Excel, Parquet, and more. Input absolute file paths or URLs to retrieve DataFrame information and metadata.

Instructions

Use to understand local or remote data files. Must be called with absolute paths or URLs.

Supported formats: - CSV (.csv) - JSON (.json) - HTML (.html, .htm) - Excel (.xls, .xlsx) - OpenDocument Spreadsheet (.ods) - Parquet (.parquet) Args: path_or_url: Absolute (important!) local file path or URL to a data file Returns: DataAnalysisResults object containing DataFrame information and metadata

Input Schema

NameRequiredDescriptionDefault
path_or_urlYes

Input Schema (JSON Schema)

{ "properties": { "path_or_url": { "title": "Path Or Url", "type": "string" } }, "required": [ "path_or_url" ], "title": "load_and_analyze_dataArguments", "type": "object" }

Other Tools from vizro-mcp

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mckinsey/vizro'

If you have feedback or need assistance with the MCP directory API, please join our Discord server