assess_fit
MCP server · Local · nothing leaves your machine
The four-point fit checklist: a definable conversion outcome, enough conversions, months of history, and a CRM that can export a CSV. Returns fit, fit_with_caveats, or not_yet. A not_yet comes with next steps that need nothing from ax1om.
Run it first. A first model trains on as few as 50 conversions; below that the tool says so and gives next steps that need nothing from ax1om.
What it needs
| Argument | Type | Required | Description |
|---|---|---|---|
conversion_outcome_defined | any | No | |
conversion_count | any | No | |
months_of_history | any | No | |
crm_exports_csv | any | No | |
crm | any | No | |
monthly_conversion_rate | any | No |
What it returns
A fit verdict - fit, fit with caveats, or not yet - with the four checks behind it, any caveats, and the next steps to take.
Credential
None. This tool runs entirely inside the agent: it makes no network call, needs no credential, and sends none of what you pass it anywhere.
Network call: no. The full credential split is on authentication.
Example call
Most readers never write the protocol themselves: the agent does, once the server is connected. Both forms are the same call.
Use the ax1om MCP server.Call assess_fit: the four-point fit checklist: a definable conversion outcome, enough conversions, months of history, and a CRM that can export a CSV.{ "jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": { "name": "assess_fit", "arguments": {} }}The arguments object is whatever this tool's own input schema declares. An MCP client reads that schema from the server, so it is the server that answers for the exact shape rather than this page.
Notes
- A not_yet is meant to be relayed plainly rather than argued past.