S
Saber
/contacts-list_signals
contacts list signals
List contact signal runs with optional filters for profile URL and pagination.
liveunknown~5s typical
mcpsaber
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-saber-mcp-saber /contacts-list_signals for me.
Input
| Field | Type | Description |
|---|---|---|
| contactProfileUrl | string | Filter signals by contact profile URL (LinkedIn or other professional profile) |
| limit | integer | Maximum number of results per page default 25 |
| offset | integer | Number of results to skip for pagination default 0 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-saber-mcp-saber","endpoint":"/contacts-list_signals","input":{"limit":25,"offset":0}}'cli
npx cracked-ai run -p mcp-app-saber-mcp-saber -e /contacts-list_signals -i '{"limit":25,"offset":0}'mcp
run_tool({ provider: "mcp-app-saber-mcp-saber", endpoint: "/contacts-list_signals", input: {"limit":25,"offset":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.