Skip to main content
Glama
gwmage

Rootr MCP Server

Read a Rootr spreadsheet

rootr_read_spreadsheet
Read-only

Read a Rootr SPREADSHEET node to retrieve its sheets, cells, and dimensions. Use this before updating or patching cells to get current sheet IDs and cell contents.

Instructions

Read a Rootr (루터) SPREADSHEET node — its sheets, each with a sparse cells map and dimensions. Call this before rootr_update_spreadsheet / rootr_patch_spreadsheet_cells so you know the current sheetIds and cell contents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
spreadsheetIdYesSPREADSHEET node id
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds behavioral context by explaining the returned data structure (sheets with sparse cells map and dimensions), which is valuable beyond the annotations.

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 extremely concise at two sentences, with no wasted words. The first sentence defines the core functionality, and the second provides immediate context on when to use it. Perfectly 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?

Given the tool's simplicity (one parameter, no output schema), the description adequately explains the purpose, input, and output shape (sheets with sparse cells and dimensions). It lacks details on the cells map structure, but for a read tool with good annotations, this is sufficient.

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?

With 100% schema coverage and only one parameter ('spreadsheetId' described as 'SPREADSHEET node id'), the description adds no additional meaning. The baseline of 3 is appropriate as the schema already fully documents the parameter.

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 'Read a Rootr SPREADSHEET node' with specific verb and resource. It mentions the output structure (sheets with sparse cells map and dimensions), distinguishing it from sibling tools by noting it should be called before update/patch operations.

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?

The description explicitly advises when to call this tool ('before rootr_update_spreadsheet / rootr_patch_spreadsheet_cells'), providing clear usage context. However, it does not mention when not to use it or offer explicit alternatives for different tasks, missing the highest tier.

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