Skip to main content
Glama

Local Utilities MCP Server

by arjshiv

list_directory

Generate a detailed directory listing by specifying the path. This tool, part of the Local Utilities MCP Server, helps users quickly access and manage local system directory structures using MCP client interfaces.

Input Schema

NameRequiredDescriptionDefault
pathYesDirectory path to list

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "description": "Directory path to list", "type": "string" } }, "required": [ "path" ], "type": "object" }

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/arjshiv/localutils-mcp-server'

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