Vertex AI MCP Server

by shariqriazz
Verified

read_file_content

Access and retrieve the full contents of a file from the workspace filesystem. Supports multiple text encodings and provides error details for troubleshooting. Ideal for inspecting file data within the workspace.

Instructions

Read the complete contents of a file from the workspace filesystem. Handles various text encodings and provides detailed error messages if the file cannot be read. Use this tool when you need to examine the contents of a single file within the workspace.

Input Schema

NameRequiredDescriptionDefault
pathYesThe path of the file to read (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 file to read (relative to the workspace directory).", "type": "string" } }, "required": [ "path" ], "type": "object" }
ID: 4flmun3tjc