list_projects
Retrieve a paginated list of projects from a personal database, with support for filtering, sorting, and limiting results to find specific projects efficiently.
Instructions
プロジェクト一覧を取得
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 取得件数 (デフォルト: 50) | |
| filter | No | フィルタ条件 (カラム名: 値) | |
| offset | No | オフセット | |
| order_by | No | ソートカラム (デフォルト: period_start) | |
| order_desc | No | 降順ソート (デフォルト: true) | |
| profile_id | No | 対象プロフィール (account-scoped APIキーの場合は必須)。未指定で profile-scoped キーは bind 先プロフィールを使用。 |