Skip to main content
Glama

302AI Sandbox MCP Server

by 302ai

listSandboxFiles

Retrieve a list of files and directories at specified paths within a sandbox. Supports batch queries to verify file existence before download.

Instructions

List files and directories at specified paths within a sandbox. Supports batch queries with multiple paths. This operation can be used before downloadSandboxFiles to check if the file exists.

Input Schema

NameRequiredDescriptionDefault
pathYes
sandbox_idYesThe ID of the sandbox to query files from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": {}, "sandbox_id": { "description": "The ID of the sandbox to query files from", "type": "string" } }, "required": [ "sandbox_id", "path" ], "type": "object" }

You must be authenticated.

Other Tools from 302AI Sandbox MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/302ai/302_sandbox_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server