score_expansion_opportunities

Rank the user's existing ACCOUNTS by expansion (upsell + cross-sell) opportunity, returning the specific lever and a modeled dollar value per account. Propensity blends customer health, seat utilization (high utilization = needs more seats), and product whitespace (missing catalog products). Pass...

Server StackSwap StonesofCreation/stackswap-mcp
Category Read
Risk class Low
Parameters 21 required

What score_expansion_opportunities does on StackSwap

AI agents call score_expansion_opportunities to retrieve information from StackSwap without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

ParameterTypeRequiredDescription
config object Expansion modeling configuration.
accounts array Yes Existing customer accounts as loose records. Recognized fields (with aliases): products/skus, seats, seatsUsed, health/healthScore, arr/mrr, name/company.

Parameters from the server's own tool schema.

Why score_expansion_opportunities needs a policy

The tool performs read-only analysis: it ingests account records, blends signals (health, utilization, whitespace), and returns ranked scores with modeled dollar values. No money is moved, no data is written or deleted, and no code is executed. The server description explicitly states '8 read-only tools'.

From the tool's definition 'Rank the user's existing ACCOUNTS by expansion (upsell + cross-sell) opportunity, returning the specific lever and a modeled dollar value per account' — this is a read-only analytical/scoring operation that models and ranks data without moving money or…

Questions about score_expansion_opportunities

What does the score_expansion_opportunities tool do? +

Rank the user's existing ACCOUNTS by expansion (upsell + cross-sell) opportunity, returning the specific lever and a modeled dollar value per account. Propensity blends customer health, seat utilization (high utilization = needs more seats), and product whitespace (missing catalog products). Pass config.catalogProducts (your sellable product set) to compute cross-sell gaps, config.pricePerSeat to value seat expansion, and tuning knobs (crossSellUpliftPerProduct, maxedUtilization). Accepts loosely-typed account records (aliases for products, seats/seatsUsed, health, arr normalized). Returns accounts ranked by propensity x value with the exact expansion lever (e.g. '92% seat utilization — room for ~5 seats', 'missing ProductB — cross-sell ~$X'). Operates only on the user's own book — never a prospecting list. Use when the user asks 'where is my expansion revenue', 'which customers should we upsell', or pastes customers plus a product catalog. It is categorised as a Read tool in the StackSwap MCP Server, which means it retrieves data without modifying state.

What parameters does score_expansion_opportunities accept? +

score_expansion_opportunities accepts 2 parameters: config, accounts. Required: accounts. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on score_expansion_opportunities? +

Register the StackSwap MCP server in PolicyLayer and add a rule for score_expansion_opportunities: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches StackSwap. Nothing to install.

What risk level is score_expansion_opportunities? +

score_expansion_opportunities is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit score_expansion_opportunities? +

Yes. Add a rate_limit block to the score_expansion_opportunities rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block score_expansion_opportunities completely? +

Set action: deny in the PolicyLayer policy for score_expansion_opportunities. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides score_expansion_opportunities? +

score_expansion_opportunities is provided by the StackSwap MCP server (StonesofCreation/stackswap-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.