rank_renewals_at_risk

Rank the user's existing ACCOUNTS by renewal risk x ARR (dollars at risk), so the team works the saves that matter. Risk blends customer health, engagement recency (days since last activity), and seat adoption (seatsUsed/seats); exposure = ARR x risk score. Accepts loosely-typed account records —...

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

What rank_renewals_at_risk does on StackSwap

AI agents call rank_renewals_at_risk 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
accounts array Yes Existing customer accounts as loose records. Recognized fields (with aliases): arr/mrr/contractValue, health/healthScore, lastActivityDays, renewalDate/renewalI
windowDays number Renewal horizon in days to filter to (default 120). Applies only when renewal dates are supplied.

Parameters from the server's own tool schema.

Why rank_renewals_at_risk needs a policy

This tool reads and analyzes account data to produce a ranked list of renewal risks. It does not modify data, execute commands, delete anything, or move money — it purely computes and returns an analysis.

From the tool's definition Rank the user's existing ACCOUNTS by renewal risk x ARR... Returns a ranked save list with the risk drivers, ARR at stake

Questions about rank_renewals_at_risk

What does the rank_renewals_at_risk tool do? +

Rank the user's existing ACCOUNTS by renewal risk x ARR (dollars at risk), so the team works the saves that matter. Risk blends customer health, engagement recency (days since last activity), and seat adoption (seatsUsed/seats); exposure = ARR x risk score. Accepts loosely-typed account records — aliases like arr/mrr/contractValue, health/healthScore, lastActivityDays, renewalDate/renewalInDays, seats/seatsUsed are normalized. Optional windowDays (default 120) filters to renewals coming due when renewal dates are supplied. Returns a ranked save list with the risk drivers, ARR at stake, and a suggested play per account. Operates only on the user's own book — never a prospecting list. Use when the user asks 'which renewals are at risk', 'where is my ARR exposed', or pastes a customer list with renewal dates. It is categorised as a Read tool in the StackSwap MCP Server, which means it retrieves data without modifying state.

What parameters does rank_renewals_at_risk accept? +

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

How do I enforce a policy on rank_renewals_at_risk? +

Register the StackSwap MCP server in PolicyLayer and add a rule for rank_renewals_at_risk: 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 rank_renewals_at_risk? +

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

Can I rate-limit rank_renewals_at_risk? +

Yes. Add a rate_limit block to the rank_renewals_at_risk 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 rank_renewals_at_risk completely? +

Set action: deny in the PolicyLayer policy for rank_renewals_at_risk. 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 rank_renewals_at_risk? +

rank_renewals_at_risk 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.