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
| Field | Value |
|---|
| Name | read_sandbox_file |
| Group | Sandbox |
Playground
{
"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.