paymo_list_tasks
List tasks from a Paymo project, defaulting to incomplete ones. Use parameters to include completed tasks, paginate results, or target a specific project.
Instructions
List tasks, defaults to incomplete tasks of the configured project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of records to return (default 50). Raise it when you need more, and use offset to page. Large listings are expensive: they stay in context for the rest of the conversation. | |
| offset | No | Number of records to skip before returning, for paging past the first page. | |
| verbose | No | When false (default) only the documented field subset is returned. Set true to return every field Paymo provides for each record. | |
| project_id | No | Paymo project id. When omitted, the configured default is used. | |
| include_completed | No | When true, include completed tasks. Defaults to false. |