Skip to main content
Glama

validate_script

Validate Pyxel scripts by parsing AST and checking for common anti-patterns to catch syntax errors before execution.

Instructions

Validate a Pyxel script without running it.

Performs AST parsing and checks for common Pyxel anti-patterns. Much faster than run_and_capture for catching syntax errors and obvious mistakes before execution.

Args: script_path: Absolute path to the .py script to validate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
script_pathYes

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/kitao/pyxel-mcp'

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