list_cards
Retrieve cards from a Huly card space sorted by newest modification. Filter by master tag, title substring, or full text search.
Instructions
List cards in a Huly card space. Returns cards sorted by modification date (newest first). Supports filtering by type (master tag), title substring, and content search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | a string that will be trimmed | |
| limit | No | Maximum number of cards to return (default: 50) | |
| cardSpace | Yes | a string that will be trimmed | |
| titleSearch | No | Search cards by title substring (case-insensitive) | |
| contentSearch | No | Search cards by content (fulltext search) |