list_tasks
ActiveTool of FavCRM
declared in 1.0.0
List tasks with optional status, assignee, and account filters.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "number",
"description": "Max results (default 20)"
},
"status": {
"enum": [
"todo",
"in_progress",
"blocked",
"done"
],
"type": "string",
"description": "Filter by task status"
},
"accountId": {
"type": "string",
"description": "Filter by related CRM account"
},
"assigneeId": {
"type": "string",
"description": "Filter by assignee company_members.id"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries