list_symbols
Get the real public API (functions, classes, methods + signatures) of a Python package. Filter by version or name substring to verify the correct API without guessing.
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 |