propose_nuance
Proposes one nuance about your data, such as a boolean that means a record should be excluded from metrics, in the words of whoever knows it. Creates a proposed entry only: nothing a proposal says changes a number anywhere until a person confirms it in the app.
What it needs
| Argument | Type | Required | Description |
|---|---|---|---|
subject_kind | string | Yes | |
subject_key | string | Yes | |
rule_type | string | Yes | |
why | string | Yes | |
rule | any | No |
What it returns
The nuance entry as recorded, marked proposed - which changes no number anywhere until a human confirms it in the app.
Credential
An app session token, from an authenticated app.ax1om.ai session. Call it with only an API key and you get a plain refusal saying so, rather than a confusing 401.
Network call: yes. 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 propose_nuance: proposes one nuance about your data, such as a boolean that means a record should be excluded from metrics, in the words of whoever knows it.{ "jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": { "name": "propose_nuance", "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.