Skip to main content
Glama

Create or update folder

upsert_folder
Idempotent

Create, rename or reparent a NotePom folder.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
folderIdNo
parentIdNo
idempotencyKeyYes
expectedUpdatedAtNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
nameYes
parentIdYes
updatedAtYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false and idempotentHint=true, so the mutation and idempotency behavior is covered. The description adds that reparenting and renaming are possible, which is useful context. However, it does not disclose behavior around expectedUpdatedAt, conflicts, effects on child folders, or idempotency key handling beyond what the annotation already implies.

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 a single front-loaded sentence with no filler. Every word contributes meaning and it is immediately clear what the tool does. This is appropriately concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 5 parameters, zero schema descriptions, and an output schema, this one-liner is not enough for correct invocation. The agent is missing critical semantic context for idempotencyKey and expectedUpdatedAt, and the behavior of parentId (including null meaning) is not clarified. Annotations help with safety and idempotency, but the operational contract remains under-specified.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for explaining parameters, but it only names operations. Some meaning can be inferred: name maps to the folder name, folderId identifies the folder, parentId supports reparenting. However, the required idempotencyKey and expectedUpdatedAt are completely unexplained, leaving the agent without semantics for two important fields.

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?

Description states specific operations on a specific resource: 'Create, rename or reparent a NotePom folder.' This clearly distinguishes it from sibling tools like upsert_note or move_workspace_item, and aligns with the title 'Create or update folder' while adding specificity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not say when to use this tool versus alternatives, nor does it mention exclusions or prerequisites. It only lists operations, leaving the agent to infer usage context from the tool name and title. No guidance is given about choosing upsert_folder over move_workspace_item or upsert_note.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources