MCP-PIF Server

ls

List directory contents

Input Schema

NameRequiredDescriptionDefault
pathNoOptional path to list (defaults to current directory)

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Optional path to list (defaults to current directory)", "type": "string" } }, "type": "object" }