retrieve-nodejs-modules-api-documentation
Retrieve Node.js API documentation for a specific module or class, including methods and properties.
Instructions
Retrieve, fetch, and get Node.js API documentation for a specific module or class.
You call the `retrieve-nodejs-modules-api-documentation` MCP tool with the following parameters:
```json
{
"module": "util",
"method": "styleText"
}
```
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | The method name to retrieve Node.js API documentation for | |
| module | Yes | The module or class name to retrieve Node.js API documentation for |