Skip to main content
Glama

STUzhy-py_execute_mcp

Server Details

Run Python code in a secure sandbox without local setup. Declare inline dependencies and execute s…

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Uptime
54.1% over 39 days
OAuth
Works in Glama
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

B3.2/5.0

Scored across 1 tool

Disambiguation5/5

There is only one tool, so there is no possibility of confusing it with another. Its purpose (executing Python in a sandbox) is unambiguous.

Naming Consistency5/5

The single name python_execute follows a clear snake_case verb_noun convention. With one tool there are no competing conventions to clash.

Tool Count3/5

A one-tool surface is borderline thin; the core purpose (run Python) is covered, but a sandbox server typically benefits from companion tools like session/reset or file transfer. It is minimal but not unreasonable for a narrowly scoped executor.

Completeness3/5

Execution with optional PEP 723 requirements covers the primary use case, but there is no lifecycle support such as managing sandbox state, uploading files, or inspecting outputs/errors separately. Agents can work around this by printing results, but the surface is notably narrow.

Available Tools

1 tool
python_executeExecute Python via PyodideCInspect

Run Python in a Pyodide sandbox with optional PEP 723 requirements.

ParametersJSON Schema
NameRequiredDescriptionDefault
codeYesPython code to execute
contextNo
timeoutNo
requirementsNo

TDQS

C2.9/5.0
Behavior2/5

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

While it mentions 'sandbox' indicating isolation, the description fails to disclose critical behavioral traits given the lack of annotations: execution limits (implied by timeout param but not described), state persistence between calls, stdout/stderr capture, error handling, or filesystem access rules.

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 single-sentence structure is efficient and front-loaded with the primary action. However, extreme brevity comes at the cost of omitting necessary guidance for a complex code execution tool.

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

Completeness2/5

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

For a 4-parameter code execution tool with no output schema or annotations, the description is insufficient. It lacks explanation of return values, error formats, sandbox limitations, and detailed parameter guidance needed for safe and effective invocation.

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?

With only 25% schema coverage, the description partially compensates by referencing 'PEP 723 requirements' which clarifies the requirements parameter's purpose. However, it omits semantics for 'context' (nested object) and 'timeout' despite the schema coverage gap.

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

Purpose4/5

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

The description clearly states the core action ('Run Python') and specifies the execution environment ('Pyodide sandbox'), which accurately identifies the tool's function. It lacks sibling differentiation, but no siblings exist.

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

Usage Guidelines2/5

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

The description mentions 'optional PEP 723 requirements' which weakly implies usage for dependency management, but provides no explicit guidance on when to use this versus alternatives, prerequisites, or when not to use it.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • First observedpython_execute

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables secure cloud-based execution of code across 14+ programming languages within a sandboxed environment. It supports file management, standard input/output handling, and automatic generation of visual artifacts like plots and charts.
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    Enables secure execution of Python code in a sandboxed WebAssembly environment using Pyodide and Deno. Automatically handles package management and captures complete execution results including stdout, stderr, and return values.
    2,917 PyPI
    194
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    The sessionless code interpreter. Securely run AI-generated code in stateful sandboxes that run forever.
    44 npm
    229
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables LLMs to execute Python code securely in a sandboxed environment. Supports configurable restrictions like no network access and returns results including files.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources