Claude Desktop Commander MCP

by wonderwhy-er
Verified

read_multiple_files

Efficiently read multiple files at once, returning each file's content with its path. Continues operation even if some files fail to read, ensuring progress within permitted directories.

Instructions

Read the contents of multiple files simultaneously. Each file's content is returned with its path as a reference. Failed reads for individual files won't stop the entire operation. Only works within allowed directories.

Input Schema

NameRequiredDescriptionDefault
pathsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "paths": { "items": { "type": "string" }, "type": "array" } }, "required": [ "paths" ], "type": "object" }
ID: zempur9oh4