first wiki pages
This commit is contained in:
@@ -620,14 +620,19 @@ https://lovdata.no/lov/2005-06-17-64/§2-1
|
||||
|
||||
**Document Identifiers:**
|
||||
|
||||
Norwegian legal documents use standardized identifiers:
|
||||
- **Full doc_id format:** `NL/lov/YYYY-MM-DD-NN` (e.g., `NL/lov/2014-06-20-42`)
|
||||
Norwegian legal documents use standardized identifiers in the system. It is **CRITICAL** to use the correct prefix:
|
||||
- **Laws (Norges Lover):** `NL/lov/YYYY-MM-DD-NN` (e.g., `NL/lov/2014-06-20-42`)
|
||||
- **Central Regulations (Sentrale Forskrifter):** `SF/forskrift/YYYY-MM-DD-NN` (e.g., `SF/forskrift/2005-06-17-610`)
|
||||
- **Local Regulations (Lokale Forskrifter):** `LF/forskrift/YYYY-MM-DD-NN`
|
||||
- **Short title (korttittel):** Common name (e.g., `Pasientjournalloven`)
|
||||
|
||||
**IMPORTANT:** When using `get_law` or other tools with a `doc_id`, you MUST include the full prefix (e.g., `SF/forskrift/...`). Using just the date/number (e.g., `FOR-2005-06-17-610`) will often fail.
|
||||
|
||||
**The MCP Tool:**
|
||||
|
||||
Use `get_law(doc_id)` for all law and regulation retrieval:
|
||||
- Accepts full doc_id: `get_law("NL/lov/2014-06-20-42")`
|
||||
- Accepts full doc_id for laws: `get_law("NL/lov/2014-06-20-42")`
|
||||
- Accepts full doc_id for regulations: `get_law("SF/forskrift/2005-06-17-610")`
|
||||
- Accepts short title: `get_law("Pasientjournalloven")`
|
||||
- Works for both laws (lov) and regulations (forskrift)
|
||||
|
||||
@@ -735,6 +740,11 @@ Both are accessed through the same `get_law(doc_id)` tool.
|
||||
- **Solution**: Use broader Norwegian legal terms, try synonyms
|
||||
- **Prevention**: Start with general concepts, then narrow down
|
||||
|
||||
**Document Not Found (doc_id error):**
|
||||
- **Cause**: Using short citation format (e.g., `LOV-1999-07-02-64` or `FOR-2005-06-17-610`) instead of system ID.
|
||||
- **Solution**: Add the correct prefix: `NL/lov/` for laws, `SF/forskrift/` for regulations.
|
||||
- **Example**: Change `FOR-2005-06-17-610` to `SF/forskrift/2005-06-17-610`.
|
||||
|
||||
**Conflicting Provisions:**
|
||||
- **Cause**: Amendments not properly tracked or regulations contradicting laws
|
||||
- **Solution**: Check amendment hierarchy and effective dates
|
||||
|
||||
Reference in New Issue
Block a user