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

batch_fit_score

ScoringFree<500msicp:read

Score up to 50 companies against ICP in a single batch call. Returns individual scores plus aggregate statistics (mean, distribution, tiers).

Parameters

NameTypeRequiredDescription
companiesobject[]requiredArray of company objects (max 50). Each: {companyName, domain, industry, employeeCount, revenue, geography, techStack, painPoints, triggerEvents}

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": "batch_fit_score", "arguments": {"companies": [{"companyName": "Datadog", "industry": "monitoring"}, {"companyName": "PagerDuty", "industry": "incident management"}]}}'

Example (MCP)

Claude Prompt
Score these 5 companies against our ICP: Datadog, PagerDuty, Splunk, New Relic, Grafana.