booklib-mcp-guide
Installation
SKILL.md
BookLib MCP Tool Guide
BookLib exposes 5 MCP tools to AI coding agents. Each tool has a single purpose. This guide covers when to call each one, what parameters to pass, and common workflows.
Tool Reference
| Tool | When to call | Key params |
|---|---|---|
lookup |
Before working with unfamiliar APIs or post-training deps | query (required), file, limit, source |
review |
User asks for deep code review of a specific file | skill_name, file_path (both required) |
remember |
User says "remember this", "capture", or makes a team decision | title (required), content, type, tags |
verify |
After writing code that uses unfamiliar or new APIs | file_path (required) |
guard |
After writing code that touches architecture or API choices | file_path (required) |