You're viewing a demo portfolio

Join the waitlist
PRSM

list_leads

Active

Tool of KaiCalls

declared in 1.0.0

List leads for the authenticated business, with optional status/source/agent filters. Includes the latest AI lead score when available.

Parameters schema

{
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "maximum": 100,
      "minimum": 1,
      "description": "Max results to return (default 50, max 100)"
    },
    "offset": {
      "type": "integer",
      "minimum": 0,
      "description": "Zero-based pagination offset (default 0)"
    },
    "source": {
      "type": "string",
      "description": "Filter by lead source (optional)"
    },
    "status": {
      "type": "string",
      "description": "Filter by lead status (optional)"
    },
    "agent_id": {
      "type": "string",
      "description": "Filter by agent ID (optional)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

KaiCalls

https://github.com/cgallic/kai_calls

1/7 registries
View full server →
list_leads — KaiCalls — PRSM MCP