Skip to main content
Glama

MCP Python Interpreter

by yzfly

list_installed_packages

Identify installed Python packages in a specific environment using the MCP Python Interpreter. Supports custom paths or defaults to the system environment.

Instructions

List installed packages for a specific Python environment. Args: environment: Name of the Python environment (default: default if custom path provided, otherwise system)

Input Schema

NameRequiredDescriptionDefault
environmentNodefault

Input Schema (JSON Schema)

{ "properties": { "environment": { "default": "default", "title": "Environment", "type": "string" } }, "title": "list_installed_packagesArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP Python Interpreter

Related Tools

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/yzfly/mcp-python-interpreter'

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