Skip to main content
Glama

MCP File Context Server

by bsmi021

getFiles

Retrieve file content and metadata by specifying multiple file paths, enabling efficient access and analysis of stored files through the MCP File Context Server.

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" }

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