Skip to main content
Glama

noark5_create_journalpost

Create a new journalpost (registry entry) attached to a specified saksmappe. Provide the parent saksmappe URL, a title, and optional attributes to define the entry; returns the created journalpost's details.

Instructions

Create a new journalpost (registry entry) under a saksmappe.

Args: saksmappe_url: The self-href URL of the parent saksmappe. tittel: The title of the registry entry. attributes: Optional JSON object with additional fields. All optional: journalaar, journalsekvensnummer, journalpostnummer, journalposttype, journalstatus, journaldato, dokumentetsDato, mottattDato, sendtDato, forfallsdato, offentlighetsvurdertDato, antallVedlegg, utlaantDato, utlaantTil, referanseUtlaantTil, journalenhet. Also inherits from Registrering: arkivertDato, arkivertAv, referanseArkivertAv, registreringsID, offentligTittel, beskrivelse, noekkelord, forfatter, dokumentmedium, oppbevaringssted.

Returns details of the created journalpost including its URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tittelYes
attributesNo{}
saksmappe_urlYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It clearly discloses that this creates a new journalpost and mentions the return value, which covers the basic mutation behavior. It does not address prerequisites, authentication, or consequences for the parent saksmappe, but the core side effect is stated.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured: a one-sentence purpose, a clear Args section, and a return note. The long attribute list is justified because the schema provides no property details, though it makes the description lengthy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a three-parameter creation tool with an output schema, the description gives all necessary parameter semantics and states the return includes the created entity URL. It could add guidance about required credentials or confirming the parent saksmappe exists, but it is otherwise complete enough for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but the description fully documents each parameter: saksmappe_url is the self-href URL of the parent, tittel is the title, and attributes is an optional JSON object with the complete list of accepted fields. This adds substantial meaning beyond the bare schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a clear verb and resource: 'Create a new journalpost (registry entry) under a saksmappe.' It specifies the parent context and distinguishes journalpost creation from generic registrering or mappe creation among the siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description makes the intended parent context clear ('under a saksmappe') and documents the required saksmappe_url, so an agent can infer when this tool applies. However, it does not explicitly contrast it with alternatives such as noark5_create_registrering or state when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/petterreinholdtsen/noark5-tg-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server