Skip to main content
Update last activity timestamp to prevent idle timeout

Tool details

FieldValue
Namerefresh_sandbox_session
GroupSandbox

Playground

Input schema

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

Output schema

Output 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#"
}