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

get_icp_profile

IntelligenceFree<100msicp:read

Full Pure Signal ICP profile with all 5 intelligence layers, 7 critical buyer questions, and anti-patterns. Optionally filter to specific layers.

Parameters

NameTypeRequiredDescription
layersnumber[]optionalSpecific layers (1-5). Omit for all.
includeSevenAnswersbooleanoptionalInclude seven answers (default: true)
includeAntiPatternsbooleanoptionalInclude anti-patterns (default: true)

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_icp_profile", "arguments": {"layers": [1, 2]}}'

Example (MCP)

Claude Prompt
Show me our full ICP profile — just layers 1 and 2.