← Back to MCP setup
✉️

Draft authority correspondence

dbn.korrespond

Draft a reply or new letter to Norwegian authorities.

Parameter Type Required Description
narrative string Description of your situation — what happened and what you need.
received_text string Text of the letter or decision you received (for reply mode).
recipient_body string The authority you are writing to (e.g. Barnevernet, NAV, Skole, Kommune).
goal string Your legal goal — what you want the letter to achieve.
mode string
reply | initiate
reply (responding to a received letter) or initiate (starting new correspondence).
language string
en | no | uk | pl | auto
Response language: en, no, uk, pl, or auto.
use_case_context boolean Include context from your Case Workbench session (true/false).
force_draft boolean Skip the clarify gate and draft immediately (true/false).

* Purple = required

POST /api/mcp/user/tools/dbn.korrespond/invoke

{
  "narrative": "Barnevernet issued an emergency placement order without notification.",
  "recipient_body": "Barnevernet",
  "goal": "Appeal the decision and request access to case documents.",
  "mode": "initiate",
  "language": "en"
}
{
  "ok": true,
  "letter_no": "Til Barnevernet\nDato: 24.05.2024\n\nAnke på vedtak om omsorgsovertakelse...",
  "letter_en": "To Barnevernet\nDate: 24.05.2024\n\nAppeal against care order decision...",
  "cited_sources": ["BVL §4-12", "forvaltningsloven §28", "EMK artikkel 8"],
  "credits_used": 10
}

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.