Skip to main content
Glama

run

Execute Pylpex code to evaluate custom programming language expressions and functions, returning computed results.

Instructions

Execute Pylpex code and return the result.

Pylpex is a custom programming language. Before executing code:

  1. Check pylpex://documentation for syntax reference

  2. Review pylpex://examples for working patterns

  3. Ensure code follows Pylpex syntax conventions

Args: code: Valid Pylpex source code to execute

Returns: The evaluated result of the code execution

Example usage: run("2 + 2") # Returns: 4 run("function double(x) { return x * 2 } double(5)") # Returns: 10

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes
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/Golto/pylpex-mcp'

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