Skip to main content
Glama

Simple MCP Server

by p-united

list_directory

List contents of a specified directory securely, ensuring access is restricted to permitted directories only. Ideal for safe file system navigation and retrieval tasks.

Instructions

指定されたディレクトリの内容を一覧表示します(許可されたディレクトリのみ)

Input Schema

NameRequiredDescriptionDefault
dirpathYes一覧表示するディレクトリのパス

Input Schema (JSON Schema)

{ "properties": { "dirpath": { "description": "一覧表示するディレクトリのパス", "type": "string" } }, "required": [ "dirpath" ], "type": "object" }
Install Server

Other Tools from Simple MCP 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/p-united/mcpSample'

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