Skip to main content
Glama

Gemini MCP Tool

sandbox-test

Test and execute code safely in an isolated environment. Validate scripts or risky code changes securely without impacting your system. Ideal for developers and testers.

Instructions

Execute code or commands safely in Gemini's sandbox environment. Use for testing potentially risky code, running scripts, or validating code changes without affecting your system.

Input Schema

NameRequiredDescriptionDefault
modelNoOptional model to use (e.g., 'gemini-2.5-flash'). If not specified, uses the default model.
promptYesCode testing request. Examples: 'Create and run a Python script that...' or '@script.py Run this script safely and explain what it does'

Input Schema (JSON Schema)

{ "properties": { "model": { "description": "Optional model to use (e.g., 'gemini-2.5-flash'). If not specified, uses the default model.", "type": "string" }, "prompt": { "description": "Code testing request. Examples: 'Create and run a Python script that...' or '@script.py Run this script safely and explain what it does'", "type": "string" } }, "required": [ "prompt" ], "type": "object" }
Install Server

Other Tools from Gemini MCP Tool

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/jamubc/gemini-mcp-tool'

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