ListDirectoryTool

Provides functionality to list directory contents with configurable depth and glob filtering parameters, returning a structured directory tree with file and folder metadata.

Parameters

Path

the filesystem path type used by the provider

Constructors

Link copied to clipboard

Types

Link copied to clipboard
data class Args(val path: String, val depth: Int = 1, val filter: String? = null)

Specifies which directory to list and how to traverse its contents.

Link copied to clipboard

Contains the successfully listed directory with its hierarchical structure and metadata.

Properties

Link copied to clipboard
Link copied to clipboard
open override val description: String
Link copied to clipboard
Link copied to clipboard
open override val name: String
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard