Skip to main content
Glama

get_file_info

Retrieve file metadata including size, timestamps, type, and permissions without accessing file contents. Use to inspect file properties for system management and analysis.

Instructions

Retrieve detailed metadata about a file or directory, including size, creation time, modification time, access time, type, and permissions. This does not read file contents.

Input Schema

NameRequiredDescriptionDefault
pathYesThe path to the file/directory

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "The path to the file/directory", "type": "string" } }, "required": [ "path" ], "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/koopatroopa787/first_mcp'

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