Andru Docs
OverviewQuickstart
Chrome Extension
For AI Agents
llms.txtllms-full.txtOpenAPI Spec
← All Tools

get_disqualification_signals

ScoringFree<200msicp:read

3-layer opportunity classification: ICP fit scoring + anti-pattern matching + churn pattern detection. Returns 4-tier classification with reasoning.

Parameters

NameTypeRequiredDescription
companyNamestringoptionalCompany name
industrystringoptionalIndustry
employeeCountnumberoptionalNumber of employees
revenuestringoptionalRevenue range
geographystringoptionalLocation
techStackstring[]optionalTechnologies used
dealContextobjectoptionalDeal context: dealValue, stage, daysInPipeline, championIdentified
productDescriptionstringoptionalCold start: what your product does
verticalstringoptionalCold start: industry you sell into
targetRolestringoptionalCold start: buyer role

Example (curl)

curl
curl -X POST https://platform.andru-ai.com/api/mcp/tools/call \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{"tool": "get_disqualification_signals", "arguments": {"companyName": "Acme Corp", "industry": "fintech", "employeeCount": 50}}'

Example (MCP)

Claude Prompt
Should we disqualify this deal with Acme Corp? They are a 50-person seed-stage fintech.