← Back to MCP setup
💾

Save result to My Case

translate

Explicitly save a prior MCP tool result to the user case record.

Parameter Type Required Description
tool* string Yes
title string
input_payload* object Yes
output_payload* object Yes
meta object

* Purple = required

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": "..." }
}
{
  "ok": true,
  "saved": true,
  "case_entry_id": "entry_abc123",
  "title": "Legal analysis of care order decision",
  "saved_at": "2024-05-24T09:15:00Z"
}

Create your MCP token on the setup page and use it with any supported client.

Set up MCP →
Process-and-forget by default. All tool calls process your text in memory and return results to your AI client. Nothing is saved to My Case unless you explicitly call dbn.save_to_case.

Tools provide legal preparation support, not final legal advice. Results are for informational purposes and should be reviewed by a qualified legal professional.