Skip to main content
Glama

Nutrient DWS MCP Server

by PSPDFKit

directory_tree

Analyze and retrieve the directory tree structure of a specified path, resolving paths relative to the root directory for efficient document and file navigation in the Nutrient DWS MCP Server environment.

Instructions

Returns the directory tree of a given path. All paths are resolved relative to root directory.

Input Schema

NameRequiredDescriptionDefault
pathYesThe path to the directory to analyze to find documents or files a user has referenced. Resolves to sandbox path if enabled, otherwise resolves to the local file system.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "description": "The path to the directory to analyze to find documents or files a user has referenced. Resolves to sandbox path if enabled, otherwise resolves to the local file system.", "type": "string" } }, "required": [ "path" ], "type": "object" }
Install Server

Other Tools from Nutrient DWS 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/PSPDFKit/nutrient-dws-mcp-server'

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