get-uptodate-docs-for-library
Fetch current documentation for any library to access accurate reference materials and improve coding assistance in development environments.
Instructions
Fetches up to date documentation for a library
Input Schema
Name | Required | Description | Default |
---|---|---|---|
library | Yes | Library name. |
Input Schema (JSON Schema)
{
"properties": {
"library": {
"description": "Library name.",
"type": "string"
}
},
"required": [
"library"
],
"type": "object"
}