Compare Libraries Side-by-Side
gt_compareCompare 2–3 libraries side-by-side using live documentation to choose the best fit for your project. Specify libraries and optional criteria like performance or TypeScript support.
Instructions
Compare 2–3 libraries side-by-side. Fetches live documentation for each and presents content relevant to the comparison criteria.
Pass library NAMES (e.g. ['prisma', 'drizzle-orm']) — not registry IDs. The tool resolves them internally. Use for "X vs Y" or "which library should I choose" questions. For fetching docs about a single library, use gt_get_docs instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| libraries | Yes | 2–3 library names to compare, e.g. ['prisma', 'drizzle-orm'] | |
| criteria | No | Comparison angle: 'performance', 'TypeScript support', 'bundle size', 'DX' | |
| tokens | No | Max tokens per library (2000 default) |