You're viewing a demo portfolio

Join the waitlist
PRSM

list_tasks

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →