Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Tools

Functions exposed to the LLM to take actions

NameDescription
run

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

tokenize

Convert Pylpex code into tokens for analysis.

Args: code: Valid Pylpex source code to tokenize

Returns: List of tokens with their types, values, and positions

get_variables

Get all variables in the current interpreter state.

reset

Reset the interpreter state.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
get_documentationPylpex language documentation and syntax guide
get_examplesCollection of working Pylpex code examples

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