Skip to main content
Glama
gwmage

Rootr MCP Server

Add a database row

rootr_add_row

Append a row to a Rootr database by mapping property names or IDs to values. Supports text, numbers, selects, dates, and more.

Instructions

Append a row to a Rootr (루터) DATABASE. values maps property NAME (or id) → value. Value shapes by type: title/text/url/select/person → string; number → number; multi_select → string[]; checkbox → boolean; date → { start: "YYYY-MM-DD", end? }. A select value is the OPTION NAME. Call rootr_read_database first to learn the columns. Optionally set position to insert at an index.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valuesYes{ propertyNameOrId: value } for the new row
positionNo0-based insert index; appended at the end if omitted
databaseIdYesDATABASE node id
Behavior4/5

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

Discloses the write nature (consistent with readOnlyHint=false) and provides detailed value shape rules for various types. Lacks error handling or auth details, but annotations already cover safety profile.

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?

Four sentences, front-loaded with purpose, every sentence adds unique value. No redundant or vague language.

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 parameter semantics and usage guidance well. Missing return value description (output schema absent) and error scenarios, but overall comprehensive for a create tool.

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

Parameters5/5

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

Adds significant value beyond schema by explaining value shapes per type (e.g., date format, select option name). The schema has 100% coverage but description deepens understanding.

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 ('Append a row') and the resource ('Rootr DATABASE'). It provides specific details about how to map values, distinguishing it from sibling tools like rootr_update_row.

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?

Explicitly advises calling rootr_read_database first to learn columns, providing clear prerequisite guidance. Doesn't explicitly state when not to use, but the context of adding a row is clear.

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