list_docs
Retrieve documents from Dart AI by folder, title, or text content. Filter results and paginate with limit and offset parameters.
Instructions
List documents with optional filtering by folder, title_contains, text_contains. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | No | Filter by folder (dart_id or name) | |
| title_contains | No | Filter by title substring (case-insensitive) | |
| text_contains | No | Filter by text content substring (case-insensitive) | |
| limit | No | Max docs to return (default: 50, max: 500) | |
| offset | No | Pagination offset (default: 0) |