Batch Resolve Libraries
gt_batch_resolveResolve multiple library names to IDs and documentation URLs in a single call, up to 20 per request. Use this to efficiently batch-resolve library names before fetching their documentation.
Instructions
Resolve multiple library names to IDs and docs URLs in a single call. Returns results for each library. Max 20 per call.
Use this when you already have a list of library names and need to batch-resolve them to IDs efficiently (e.g. before calling gt_get_docs for each). Registry-only lookup — no external npm/PyPI/crates fallback. For a single library with external fallback, use gt_resolve_library instead. For scanning a project's actual dependency files and fetching best practices, use gt_auto_scan instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| libraryNames | Yes | Array of library names to resolve (max 20). Example: ['react', 'next', 'tailwind'] |