Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Read the contents of a file from a sandbox

Tool details

FieldValue
Nameread_sandbox_file
GroupSandbox

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Sandbox session ID"
    },
    "path": {
      "type": "string",
      "description": "Absolute path to the file inside the sandbox"
    }
  },
  "required": [
    "id",
    "path"
  ],
  "additionalProperties": false,
  "description": "Input schema for the read_sandbox_file tool.",
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Output schema

This tool does not publish an output schema.