MCP Python Interpreter

by yzfly
Verified

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

ID: asvhgbf6de