list_symbols
Discover the public API symbols of any Python package, including functions, classes, and their signatures. Filter by version or name substring to find the exact API your code uses.
Instructions
List the REAL public API (functions/classes/methods + signatures) of a package.
Use this to discover the correct API instead of guessing — for the installed
version, or a specific version (fetched without installing). Optionally
filter symbols by a substring of their dotted path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package | Yes | ||
| version | No | ||
| name_filter | No | ||
| language | No | python |