Vertex AI MCP Server

by shariqriazz
Verified

list_directory_contents

Retrieve a structured listing of files and directories within a specified path in Vertex AI workspace, clearly marked as [FILE] or [DIR]. Helps navigate and identify specific files and folder contents without recursive search.

Instructions

Get a detailed listing of all files and directories directly within a specified path in the workspace filesystem. Results clearly distinguish between files and directories with [FILE] and [DIR] prefixes. This tool is essential for understanding directory structure and finding specific files within a directory. Does not list recursively.

Input Schema

NameRequiredDescriptionDefault
pathYesThe path of the directory to list (relative to the workspace directory).

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "description": "The path of the directory to list (relative to the workspace directory).", "type": "string" } }, "required": [ "path" ], "type": "object" }
ID: 4flmun3tjc