get_library_docs
Retrieves documentation for a given library or framework, allowing you to search by topic and filter by documentation section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | 특정 주제 검색 (예: 'hooks', 'routing', 'state management') | |
| topic | No | 문서 섹션 필터 (예: 'api', 'guide', 'tutorial') | |
| library | Yes | 라이브러리/프레임워크 이름 (예: 'react', 'nextjs', 'tailwindcss') | |
| max_tokens | No | 최대 토큰 수 (기본: 5000) |