list_documents
List documents in a Huly teamspace sorted by modification date. Search by title substring or content to find specific documents.
Instructions
List documents in a Huly teamspace. Returns documents sorted by modification date (newest first). Supports searching by title substring (titleSearch) and content (contentSearch).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of documents to return (default: 50) | |
| teamspace | Yes | a string that will be trimmed | |
| titleSearch | No | Search documents by title substring (case-insensitive) | |
| contentSearch | No | Search documents by content (fulltext search) |