Skip to main content
Glama
mursilsayed

trilium-bolt

by mursilsayed

get_note_tree

Retrieve a note's hierarchy by fetching its children up to a specified depth, starting from any parent note or the top-level root.

Instructions

Get the children/hierarchy of a note

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
depthNoHow many levels deep to retrieve (default: 1, max: 5)
noteIdNoThe ID of the parent note (default: "root" for top-level notes)root
Behavior3/5

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

No annotations are provided, so the description must carry the behavioral burden. It clearly indicates a read-only tree traversal, but it does not disclose behavior around invalid note IDs, whether returned items are full notes or just metadata, or how depth affects the result.

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 a single concise sentence with no filler, and the core action is front-loaded. It is appropriately sized for a simple read operation and every word contributes to understanding.

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?

The tool is low complexity with two optional, well-documented parameters and no output schema, so the description plus schema are largely sufficient. The main gap is the lack of explicit return-shape details, but this does not prevent correct selection and invocation.

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

Parameters3/5

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

The input schema already documents both parameters completely, including defaults, minimum/maximum values, and root semantics. The description adds no parameter-level meaning beyond what the schema provides, so the baseline for high schema coverage applies.

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 uses a specific action ('Get') and a clear resource ('children/hierarchy of a note'), making the tool's purpose immediately understandable. It is distinguishable from sibling tools like get_note (which presumably returns a single note) and search_notes, even though it does not name those alternatives explicitly.

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 implies the tool should be used when an agent needs the hierarchical children of a note, which is useful but not explicit. It offers no guidance about when not to use it or which sibling tool should be preferred for flat retrieval.

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/mursilsayed/trilium-bolt'

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