Skip to main content
Glama
gwmage

Rootr MCP Server

Update a Rootr form (fields/targetDatabaseId/config)

rootr_update_form

Merge-patch a form by replacing its fields array or unlinking its database; read the form first to retain field ids and keep past responses attributable.

Instructions

Merge-patch a Rootr (루터) FORM: if you pass fields, it REPLACES the whole fields array — call rootr_read_form first and resend fields you want to keep (with their existing ids) so past responses stay attributable. Pass targetDatabaseId: null to unlink the mirrored DATABASE. Fields are typed inputs shown to respondents: text | textarea | number | select | multi_select | checkbox | date; select/multi_select need options ({name,color}[]). Read the form first (rootr_read_form) before updating so you keep each field's id stable — response values are keyed by field id, so renaming/dropping an id orphans past responses' answers for that field.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
iconNoEmoji icon for the node
configNoFree-form form config object (e.g. publicSubmit mode)
fieldsNoCOMPLETE fields array to set — omitted existing fields will be dropped
formIdYesFORM node id
targetDatabaseIdNoDATABASE node id to mirror responses into, or null to unlink
Behavior5/5

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

Annotations only indicate no read-only or destructive hint, but the description adds critical behavioral details: fields array replacement is complete (omitted fields dropped), database unlinking via null, and the importance of preserving field ids for response attribution. This goes well 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.

Conciseness4/5

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

The description is somewhat lengthy but well-structured with important points front-loaded. Each sentence provides useful information, though minor redundancy could be trimmed. Still effectively concise for the complexity.

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?

Given the tool's complexity (nested fields, merge-patch semantics, database linking), the description covers all necessary aspects: field replacement behavior, id stability, type definitions, options requirement, and unlinking. No output schema, but the description adequately explains the mutation effects.

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?

With 100% schema coverage, the description still adds significant value: explains that the fields array is replaced entirely, clarifies the role of the id field for stability, describes field types and the options structure for select types, and explains the effect of targetDatabaseId being null.

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 performs a merge-patch update on a Rootr form, specifying the verb (merge-patch), resource (form), and key behaviors like replacing the fields array or unlinking a database. It distinguishes from sibling tools like rootr_read_form by advising to read first.

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?

Provides explicit when-to-use guidance: call rootr_read_form first to preserve field ids, and warns about the consequences of dropping fields. It also explains how to unlink a mirrored database (targetDatabaseId: null), giving clear usage context.

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