Skip to main content
Glama

noark5_create_arkivskaper

Creates a new archive creator (arkivskaper) in Noark 5 with a unique ID and name. Accepts an optional description and returns the full details and URL of the created entity.

Instructions

Create a new arkivskaper (archive creator).

Args: arkivskaper_id: The unique identifier for the archive creator. navn: The name of the archive creator. attributes: Optional JSON object with additional fields. All optional: beskrivelse.

Returns details of the created arkivskaper including its URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
navnYes
attributesNo{}
arkivskaper_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It does state that a new entity is created and that the response includes the created arkviskaper's URL, which is useful. However, it does not mention credential requirements, potential duplicates, or other side effects beyond the obvious create operation.

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

Conciseness5/5

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

The description is compact and well-structured: a one-line purpose statement, an Args list, and a return statement. No filler or redundant content is present.

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 simple three-parameter creation tool, the description covers the parameters and the return behavior, and an output schema exists so detailed return values are not required here. It lacks usage context and any behavioral caveats, but the tool is simple enough that the description is mostly complete.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must compensate. It explains arkviskaper_id as 'unique identifier,' navn as 'name,' and attributes as an optional JSON object with the optional field beskrivelse. This adds meaningful semantic value beyond the bare schema property names.

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

Purpose4/5

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

The description clearly states the verb and resource: 'Create a new arkviskaper (archive creator).' It is distinguishable from sibling create-* tools by the explicit resource type, but it does not explicitly contrast itself with closely related alternatives.

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

Usage Guidelines2/5

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

There is no guidance about when to choose this tool over other create-* tools, nor any mention of prerequisites or context such as needing to create an archive creator before archival objects. The only usage signal is the implied 'create if that is what you want to do.'

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