# `MishkaChelekom.MCP.Tools.GetJsHookInfo`
[🔗](https://github.com/mishka-group/mishka_chelekom/blob/v0.0.9/lib/mishka_chelekom/mcp/tools/get_js_hook_info.ex#L1)

Get information about JavaScript hooks used by Mishka Chelekom components.

Reads documentation from usage-rules/js/*.md files.
JS hooks provide interactive behavior for components like clipboard, carousel, etc.

## Usage

    get_js_hook_info(name: "clipboard")
    get_js_hook_info(name: "collapsible")

## Available Hooks

- clipboard - Copy to clipboard functionality
- collapsible - Accordion/collapse behavior
- carousel - Image/content carousel
- combobox - Searchable select with autocomplete
- floating - Tooltip/popover positioning
- gallery_filter - Gallery filtering
- scroll_area - Custom scrollbar
- sidebar - Sidebar toggle behavior

# `get_schema`

# `mcp_schema`

# `mcp_schema!`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
