Skip to main content
Glama
gwmage

Rootr MCP Server

Publish a Rootr document to a public URL

rootr_publish_document

Publish a Rootr document to a public read-only URL, enabling outsiders to read and propose edit suggestions that the owner can merge.

Instructions

Publish a Rootr (루터) document at a public read-only URL (rootr.io/p/{slug}) — outsiders can read it and propose git-style edit suggestions the owner can merge. Publishing is an owner-level action: it needs MANAGE permission, which workspace-scoped keys (including remote-connector tokens) do not carry — use an ACCOUNT key (PAT) of the owner, or ask the user to publish from the share dialog. Returns the slug/URL. Check rootr_document_public_status first; unpublish via rootr_set_document_public.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYesDocument path (starting with "/") or node id
Behavior5/5

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

Annotations declare readOnlyHint=false and destructiveHint=false. Description adds owner-level action, permission requirements, key type constraints, and side effects (public readability, edit suggestions). No contradiction.

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

Conciseness4/5

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

Well-structured with front-loaded purpose. Contains multiple pieces of information but each sentence adds value. Slightly long but not excessive for the detail needed.

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?

Fully covers what, why, how (permissions), related tools, and return value. No gaps noted given the tool's simplicity and available annotations.

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?

Single parameter 'target' is fully described in schema (100% coverage). Description does not add new meaning beyond 'Document path or node id', so baseline 3 is appropriate.

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?

Clearly states verb 'Publish', resource 'Rootr document', and specific outcome 'public read-only URL'. Distinguishes from sibling tools 'rootr_document_public_status' and 'rootr_set_document_public'.

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 states when to use (publishing), prerequisites (MANAGE permission, account key), what to check first ('rootr_document_public_status'), and alternative for unpublishing ('rootr_set_document_public'). Also clarifies key restrictions.

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