Skip to main content
Glama

MCP File Context Server

by bsmi021

getFiles

Retrieve content and metadata for multiple files by specifying their paths. This tool is part of the MCP File Context Server, enabling efficient file access and analysis.

Instructions

Retrieve multiple files by their paths, returning content and metadata for each file

Input Schema

NameRequiredDescriptionDefault
filePathListYesThe list of file paths for the file content to return.

Input Schema (JSON Schema)

{ "properties": { "filePathList": { "description": "The list of file paths for the file content to return.", "items": { "properties": { "fileName": { "description": "Path and file name for the file to be retrieved.", "type": "string" } }, "required": [ "fileName" ], "type": "object" }, "minItems": 1, "type": "array" } }, "required": [ "filePathList" ], "type": "object" }
Install Server

Other Tools from MCP File Context 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/bsmi021/mcp-file-context-server'

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