Skip to main content
Glama

Simple MCP Server

by p-united

list_directory

Retrieve and display a list of contents from a specified directory, ensuring access is limited to authorized and secure paths only.

Instructions

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

Input Schema

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

Input Schema (JSON Schema)

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

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