List Files
file_listList or search files. Optional query triggers semantic search. Supports section, tags, plan_status, limit, cursor filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter to files matching ALL of these tags. | |
| limit | No | Max results (default 20, max 50). | |
| query | No | Natural language search query. Omit to browse. | |
| cursor | No | Pagination cursor from a previous file_list response. | |
| context | No | "personal" (default) or "team:<id>". | |
| section | No | Filter by section. Omit to list all. | |
| plan_status | No | Filter plans by status. | |
| prompt_type | No | Filter prompts by type (only valid when section is "prompts"). |