Tool details
Playground
Input schema
input-schema.json
Output schema
output-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Update last activity timestamp to prevent idle timeout
| Field | Value |
|---|---|
| Name | veryfront__refresh_sandbox_session |
| Group | Sandbox |
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Sandbox session ID returned by create_sandbox_session"
}
},
"required": [
"id"
],
"additionalProperties": false,
"description": "Input schema for the refresh_sandbox_session tool.",
"$schema": "http://json-schema.org/draft-07/schema#"
}
{
"type": "object",
"properties": {
"ok": {
"type": "boolean",
"description": "The ok associated with this tool result."
}
},
"required": [
"ok"
],
"additionalProperties": false,
"description": "Structured result returned by the refresh_sandbox_session tool.",
"$schema": "http://json-schema.org/draft-07/schema#"
}