Skip to main content
Glama

noark5_create_secondary_entity

Add secondary entities like authors, keywords, or notes to a Noark 5 parent record via URL, entity type, field name, and value. Use for multi-valued fields instead of updating the parent.

Instructions

Create a secondary [0..]/[1..] entity under a parent (e.g., forfatter, noekkelord).

In N5TG, fields with [0..] or [1..] cardinality are modelled as separate entities. Use this instead of noark5_update_entity to add them.

Common types and their field names: - forfatter: {'forfatter': 'Author Name'} - noekkelord: {'noekkelord': 'keyword'} - merknad: {'tekst': 'note text'} - kryssreferanse: {'kryssreferanse': 'reference'}

Args: parent_url: The self-href URL of the parent entity (e.g., dokumentbeskrivelse). entity_type: The type ('forfatter', 'noekkelord', 'merknad', etc.). field_name: The field name within the secondary entity. field_value: The value for that field.

Returns details of the created secondary entity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
field_nameYes
parent_urlYes
entity_typeYes
field_valueYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the burden of behavior disclosure. It clearly reveals this is a mutating operation ('Create'), explains the underlying modelling, and states that details of the created entity are returned. It could additionally cover prerequisites or failure behavior, but the core behavioral outcome is transparent.

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 front-loaded with the core purpose, then gives a compact rule for using it, a useful mapping of common types, and a clean Args list. Every sentence contributes; the examples replace what would otherwise be vague parameter explanations.

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

Completeness5/5

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

For a four-parameter creation tool with an output schema, the description covers all required inputs, gives example values, explains the parent relationship, and notes the return value. An agent has enough context to invoke it correctly without needing additional documentation.

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 coverage is 0%, so the description must compensate, and it does: it defines parent_url as 'the self-href URL', lists common entity types with their field names, and maps each argument to a meaningful role. This goes well beyond the bare schema titles and gives the agent enough to construct valid calls.

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 states a clear action ('Create a secondary ... entity under a parent') and gives concrete examples ('forfatter, noekkelord'). It also explicitly distinguishes this tool from noark5_update_entity, so an agent can tell them apart without inspecting schemas.

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

Usage Guidelines5/5

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

It explicitly says 'Use this instead of noark5_update_entity to add them,' providing direct guidance on when this tool is the right choice. The cardinality explanation ([0..*]/[1..*]) also gives a clear condition for when secondary entities are needed.

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