Skip to main content
Glama

MCP Smart Filesystem Server

by lofcz

get_file_info

Retrieve file metadata like size and line count without accessing file contents. Helps determine optimal reading strategies for large files by analyzing file characteristics first.

Instructions

Get file metadata without reading contents. Useful to check size/line count before reading. For large files, provides reading strategy recommendations.

Input Schema

NameRequiredDescriptionDefault
pathYesFile path to get info about

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "File path to get info about", "type": "string" } }, "required": [ "path" ], "type": "object" }

Other Tools from MCP Smart Filesystem Server

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/lofcz/mcp-filesystem-smart'

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