Skip to main content
Glama
gwmage

Rootr MCP Server

Update a database row

rootr_update_row

Update a row in a Rootr database by rowId using merge-patch. Change property values, move kanban cards between columns, or reorder rows.

Instructions

Merge-patch ONE row of a Rootr (루터) DATABASE by rowId (get rowIds from rootr_read_database). values maps property NAME (or id) → new value; only the passed keys change, null clears a key, omitted keys are left unchanged. To MOVE a kanban card to another column, set its select/status property to the new option name. Optionally set position to reorder the row.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rowIdYesRow id (must belong to the database)
valuesNo{ propertyNameOrId: newValue | null } partial patch
positionNoNew 0-based position for the row
databaseIdYesDATABASE node id
Behavior4/5

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

Beyond annotations (readOnlyHint=false, destructiveHint=false), description details partial patch behavior, null clearing, and position reordering. Adds context for kanban card movement. 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.

Conciseness5/5

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

Two sentences plus a note. Front-loaded with core action. Every sentence adds value. No fluff.

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?

Covers main usage: patch semantics, clearing, position, and kanban move. Mentions getting rowIds. Lacks error handling or return value description (no output schema). Adequate for a patch tool.

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%; description adds clarity to 'values' (maps name or id, only passed keys change, null clears) and 'position' (0-based reordering). Provides nuance beyond schema.

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 action ('merge-patch ONE row'), the resource ('a Rootr DATABASE'), and identification method ('by rowId from rootr_read_database'). It distinguishes from siblings like rootr_add_row and rootr_read_database.

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?

Provides clear when-to-use: for updating a row with specific patch semantics. Includes special case for moving kanban cards. However, does not explicitly contrast with other update tools or state when not to use.

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