Explicitly save a prior MCP tool result to the user case record.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| tool* | string | Yes | |
| title | string | — | |
| input_payload* | object | Yes | |
| output_payload* | object | Yes | |
| meta | object | — |
* Purple = required
Example request
POST /api/mcp/user/tools/translate/invoke
{
"tool": "dbn.legal_analysis",
"title": "Legal analysis of care order decision",
"input_payload": { "text": "...", "language": "en" },
"output_payload": { "issues": [...], "summary": "..." }
}
Example response
{
"ok": true,
"saved": true,
"case_entry_id": "entry_abc123",
"title": "Legal analysis of care order decision",
"saved_at": "2024-05-24T09:15:00Z"
}
Connect
Create your MCP token on the setup page and use it with any supported client.
Set up MCP →Privacy
Tools provide legal preparation support, not final legal advice. Results are for informational purposes and should be reviewed by a qualified legal professional.