← Back to MCP setup
💾

Save result to My Case

dbn.save_to_case

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

Parameter Type Required Description
tool* string Yes The MCP tool slug whose result you are saving (required).
title string A descriptive title for this saved result.
input_payload* object Yes The input parameters used to generate the result (required).
output_payload* object Yes The tool result to save (required).
meta object Optional metadata (e.g. notes, tags, source reference).

* Purple = required

POST /api/mcp/user/tools/dbn.save_to_case/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.