python_get_documentation
Search and retrieve Python library documentation using natural language queries. Specify the library and version to access accurate, version-specific reference material in a single call.
Instructions
Copy
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. |