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…

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

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
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.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources