get_node_details
Retrieve detailed metadata, stored full-text, and parent collections for a specific WLO node. Returns structured fields like title, description, disciplines, and more.
Instructions
Retrieve detailed metadata, stored full-text content, and/or parent collections for a specific WLO node.
Returns the SAME field structure as search tools (formatNode): title, description, keywords, disciplines (labels), educationalContexts (labels), userRoles (labels), learningResourceTypes (labels), license (label), publisher, url, previewUrl, topicPageUrl, nodeType.
Plus optional:
textContent: the crawled/stored full text of the linked web page or document
parents: the collection(s) this node belongs to (useful to find which Sammlung a content item is in)
raw: the original ccm:* / cclom:* property URIs (for debugging / advanced use)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Node ID of a content item or collection (from search results) | |
| includeRaw | No | Include raw URI values alongside the resolved labels | |
| outputFormat | No | "markdown" (default, human-readable) or "json" (structured data, easier to parse for callers) | markdown |
| includeParents | No | Also fetch the parent collections this node belongs to | |
| includeTextContent | No | Also fetch the stored full-text content of the node (crawled webpage/PDF text) |