search_tasks
Find tasks by searching titles and descriptions with a query string, supporting pagination for efficient task management.
Instructions
Search tasks by query string in title or description
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query to find tasks | |
| limit | No | Number of items to return per page (1-100, default 10) | |
| page | No | Page number to retrieve (starts from 1, default 1) |