Skip to main content
Glama

noark5_list_children

List child entities of any Noark 5 node via HATEOAS links. Provide a parent URL to fetch all child collections grouped by type, or omit it for top-level archives and creators.

Instructions

List all children of an entity using HATEOAS discovery.

Without parent_url, lists top-level entities (arkiv/fonds and arkivskaper). With parent_url, automatically discovers available child collections from the entity's links and fetches each type. Mirrors noark5_navigate_up for upward traversal.

Args: parent_url: The self-href URL of the parent entity (omit for top-level listing). filter_str: Optional OData $filter expression applied to each collection.

Returns formatted grouped list of children by type, or error message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filter_strNo
parent_urlNo

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 full behavioral burden. It discloses that discovery is HATEOAS-based, that available child collections are auto-discovered and each type is fetched, and that the result is a grouped list or an error message. It does not mention pagination or the number of requests caused by fetching each type, but the core behavior 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 compact and well-structured: summary, usage modes, Args, and Returns. Every sentence adds value, and the most important behavioral distinction is front-loaded.

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 two-optional-parameter tool with an output schema and no annotations, this description is nearly complete: it explains the discovery mechanism, parameter semantics, and return shape. The main gap is the slightly misplaced upward-traversal reference and lack of pagination detail, but an agent can invoke it correctly.

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 property descriptions are 0% covered, but the Args section fully compensates: parent_url is explained as the self-href URL and omit for top-level, and filter_str is explained as an optional OData $filter applied to each collection. Both parameters receive meaningful, actionable semantics.

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 'List all children of an entity using HATEOAS discovery,' which is a specific verb and resource. It then clarifies the two modes (top-level listing without parent_url, child collections with parent_url), so the agent can distinguish this from upward-traversal and search tools.

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

Usage Guidelines4/5

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

It explicitly states when to omit parent_url (top-level entities) and when to supply it (children of a specific entity). It also references upward traversal via noark5_navigate_up, giving an alternative cue, though that tool name does not appear in the sibling list and noark5_list_parents would be the clearer pointer.

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