get_user
Look up a Hardcover user's public profile by ID, username, or name. Returns bio, book and follower counts, privacy setting, and optionally recent library entries.
Instructions
Look up another Hardcover user's public profile by id, username, or name. Returns bio, book/follower counts, and privacy. Set include_library=true to also fetch their recent library entries (subject to their privacy setting).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Hardcover user ID. | |
| name | No | Display name to search for (resolves to the top match). | |
| username | No | Hardcover username (e.g. 'adam'). | |
| library_limit | No | Max library entries to return (default 10, max 50). | |
| library_status | No | Filter library entries by status (e.g. 'Read', 'Currently Reading'). | |
| include_library | No | If true, include recent library entries (default false). |