Skip to main content
Glama
uno-km

AMEVA MCP Advanced Toolkit

by uno-km

execute_sandbox

Executes JavaScript code securely in an isolated WebAssembly sandbox without Docker, blocking filesystem and network access, and immediately destroys the environment.

Instructions

Docker 설치 없이 브라우저 WASM 메모리 내 격리된 가상 환경에서 JavaScript 코드를 안전하게 실행하고 즉시 소멸시킵니다. 파일시스템/네트워크 접근이 완전히 차단됩니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes실행할 JavaScript 소스 코드
timeout_msNo최대 실행 시간 (ms, 기본값: 5000)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations exist, so the description carries the full burden. It discloses isolation, immediate destruction after execution, and blocked file/network access. However, it omits details about output format, error handling, or memory management.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that is front-loaded with the main action and includes key constraints. It is concise without being overly terse, though it could be split into two sentences for readability.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (executing code in a sandbox) and no output schema, the description covers execution environment and restrictions. Missing details include error handling, async execution behavior, and what the output looks like.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds no parameter-specific details beyond what the schema provides (e.g., code is JS source, timeout has default 5000ms). The general safety context is helpful but not parameter-specific.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool executes JavaScript code in a sandboxed WASM environment, distinct from all sibling tools. It uses specific verbs ('execute', 'destroy') and specifies the resource ('JavaScript code in isolated virtual environment').

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is for safe JS execution without file/network access, but it does not explicitly state when to use it versus alternatives, nor does it provide exclusion criteria or prerequisites.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/uno-km/MCP-Advanced-Toolkit'

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