Skip to main content
Glama
gwmage

Rootr MCP Server

Apply a scaffold tree to an existing workspace

rootr_scaffold_apply

Apply a scaffold tree to a Rootr workspace to create the planned document structure. Requires prior planning with rootr_scaffold_plan.

Instructions

Create the given document tree inside an existing Rootr (루터) workspace, optionally rooted under an existing path. Works with a workspace key (docs:write scope). PRECONDITION: call rootr_scaffold_plan first and ask the user its 3-10 clarifying questions; design the tree from their answers (same quality bar as rootr_create_workspace — real building blocks with icons/views/seed content, not thin markdown). AFTER creating: if your runtime can receive HTTP callbacks, offer a webhook on the new subtree (rootr_create_webhook with scopeNodeId) so changes flow back to you — skip your own actorId.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
treeYesScaffold tree — an ARRAY of node objects to create (see llms.txt tree schema)
rootPathNoExisting path to root the new tree under, e.g. "/projects"
workspaceNoWorkspace id; defaults to ROOTR_WORKSPACE/config if omitted
Behavior4/5

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

Annotations are minimal (readOnlyHint false, destructiveHint false). The description adds that it creates multiple nodes, requires docs:write scope, and expects real building blocks. It doesn't detail idempotency or failure modes but provides adequate context for a write operation.

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

Conciseness3/5

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

The description is longer than necessary, including workflow instructions (precondition, after creating) that could be in a separate workflow guide. However, the main purpose is front-loaded and each sentence adds value, so it's still functional but not optimally concise.

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

Completeness3/5

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

With no output schema, the description omits return value details. It covers prerequisites and next steps well, but missing information on what the tool returns or error conditions leaves some gaps. Sufficient for an experienced agent but not fully 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 coverage is 100%, so baseline 3. The description adds value by explaining the tree as 'real building blocks with icons/views/seed content' and referencing llms.txt for the schema. It clarifies rootPath and workspace defaults effectively.

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 clearly states the tool creates a document tree inside an existing Rootr workspace, with optional root path. This distinguishes it from siblings like rootr_scaffold_plan (planning) and rootr_create_workspace (workspace creation).

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?

Explicitly provides preconditions (call rootr_scaffold_plan first, ask clarifying questions, design tree) and post-conditions (offer webhook). This guides the agent on when and how to use the tool versus alternatives.

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/gwmage/rootr-cli'

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