Skip to main content
Glama

MCP Data Wrangler

data_estimated_size

Calculate the estimated size of an input data file in specified units (b, kb, mb, gb, tb) using this tool for efficient data management and preprocessing.

Instructions

Estimated size of the input data

Input Schema

NameRequiredDescriptionDefault
input_data_file_pathNoPath to the input data file
unitNoUnit for the estimated sizeb

Input Schema (JSON Schema)

{ "properties": { "input_data_file_path": { "description": "Path to the input data file", "type": "string" }, "unit": { "default": "b", "description": "Unit for the estimated size", "enum": [ "b", "kb", "mb", "gb", "tb" ], "type": "string" } }, "type": "object" }

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/shibuiwilliam/mcp-server-data-wrangler'

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