python_get_documentation
Retrieve Python library documentation with a natural language query. Specify library, version, and number of results to access consolidated, up-to-date reference material in one call.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
library | Yes | Python library to search documentation for. | |
query | Yes | A natural language question (e.g., "How do I use transformers?"). | |
top_k | No | Optional number of top matching documents to return. Defaults to 10. | |
version | No | Optional Library version (e.g., "4.46.1"). Defaults to detected library version if not specified. |