list_custom_entries
Fetch custom entries from your personal database, applying filters, sorting, and pagination to get the data needed for AI context.
Instructions
カスタムエントリ一覧を取得
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 取得件数 (デフォルト: 50) | |
| filter | No | フィルタ条件 (カラム名: 値) | |
| offset | No | オフセット | |
| order_by | No | ソートカラム (デフォルト: created_at) | |
| order_desc | No | 降順ソート (デフォルト: true) | |
| profile_id | No | 対象プロフィール (account-scoped APIキーの場合は必須)。未指定で profile-scoped キーは bind 先プロフィールを使用。 |