score_account_fit

Score and rank the user's OWN accounts by StackSignal-style fit: a 0-100 composite blending ICP Match (firmographic fit to a supplied ICP), Intent (engagement/pipeline signals on the account), and an optional Stack Fit layer. Pass config.icp (segments / industries / minArr) to drive ICP Match — w...

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

What score_account_fit does on StackSwap

AI agents call score_account_fit 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 Scoring configuration.
accounts array Yes Accounts to score as loose records. Recognized fields (with aliases): segment/tier, industry/vertical, arr/mrr, lastActivityDays, openPipeline, techStack/tools,

Parameters from the server's own tool schema.

Why score_account_fit needs a policy

This tool retrieves, analyzes, and ranks existing account data based on supplied configuration parameters (ICP, Intent signals, Stack Fit). It performs no creates, updates, deletes, executions of external code, or financial transactions. The scoring is a computed result returned to the user without side effects on the accounts themselves or external systems.

From the tool's definition Tool description states it 'Score and rank' accounts and 'Returns the book ranked highest-fit-first' — these are data retrieval and analysis operations.

Risk signalsHigh parameter count (11 properties)

Questions about score_account_fit

What does the score_account_fit tool do? +

Score and rank the user's OWN accounts by StackSignal-style fit: a 0-100 composite blending ICP Match (firmographic fit to a supplied ICP), Intent (engagement/pipeline signals on the account), and an optional Stack Fit layer. Pass config.icp (segments / industries / minArr) to drive ICP Match — without it, scoring falls back to Intent only and says so. Stack Fit stays dormant unless config.icp.idealStack is supplied. Accepts loosely-typed account records (aliases for segment, industry, arr, lastActivityDays, openPipeline, techStack are normalized). Returns the book ranked highest-fit-first with each layer's sub-score. This scores the accounts the user already owns (the StackSignal product) — it does NOT return net-new accounts to buy. Use when the user asks 'which of my accounts best fit our ICP', 'rank my book by fit', or pastes accounts plus an ICP definition. It is categorised as a Read tool in the StackSwap MCP Server, which means it retrieves data without modifying state.

What parameters does score_account_fit accept? +

score_account_fit 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_account_fit? +

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

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

Can I rate-limit score_account_fit? +

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

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

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