get_user_submissions
Retrieve recent Hacker News submissions from a specific user, with options to filter by story or comment and set a result limit.
Instructions
Get recent submissions from a Hacker News user. Can filter by stories or comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by submission type. Default: all | |
| limit | No | Number of submissions to return (1-30). Default: 10 | |
| username | Yes | The HN username |