Get hook details
get_hookFetch complete documentation, usage examples, and API tables for any React hook from the @reactuses/core library by specifying the hook name.
Instructions
Fetch full documentation (description, usage example, API table) for a specific @reactuses/core React hook by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hook_name | Yes | Hook name, e.g. "useToggle", "useClipboard". Case-insensitive. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| category | Yes | ||
| url | Yes | ||
| description | Yes | ||
| body | Yes | Markdown body of the hook documentation (usage, examples, notes) | |
| api | Yes | Auto-generated API table (arguments, returns) |