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

get_account_plan

IntelligenceFree<100msicp:read

Structured account plan with stakeholder map, per-person messaging, MEDDICC gap analysis, and unified deal story.

Parameters

NameTypeRequiredDescription
accountNamestringrequiredTarget account/company name
domainstringoptionalCompany domain
industrystringoptionalIndustry vertical
stakeholdersobject[]optionalKnown stakeholders: [{name, title, role}]
dealContextobjectoptionalDeal context: {stage, value, nextMeeting}

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_account_plan", "arguments": {"accountName": "CloudScale", "stakeholders": [{"name": "Maria", "title": "CTO", "role": "decision_maker"}]}}'

Example (MCP)

Claude Prompt
Build an account plan for CloudScale. CTO Maria is the decision maker, VP Eng David is our champion.