list_achievements
Retrieve achievement records from a personal profile, with filtering and sorting options, to supply structured context for AI-powered personalization.
Instructions
実績一覧を取得
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 取得件数 (デフォルト: 50) | |
| filter | No | フィルタ条件 (カラム名: 値) | |
| offset | No | オフセット | |
| order_by | No | ソートカラム (デフォルト: year) | |
| order_desc | No | 降順ソート (デフォルト: true) | |
| profile_id | No | 対象プロフィール (account-scoped APIキーの場合は必須)。未指定で profile-scoped キーは bind 先プロフィールを使用。 |