Skip to main content
Glama
lzientek

notlai-mcp

by lzientek

notlai_delete_folder

Delete a folder by ID, automatically moving its notes to the root to prevent data loss.

Instructions

Delete a folder by its ID. Notes inside the folder are moved back to the root (they are not deleted). Use notlai_list_folders to see folder IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folderIdYesThe folder ID to delete (ULID format, get from notlai_list_folders)
Behavior4/5

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

With no annotations provided, the description fully explains the key behavior: notes are moved to the root and not deleted. This prevents the agent from assuming notes are lost. It does not mention whether the folder must be empty, but that is implied by the move behavior. No contradictions with any annotations (none present).

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: first defines the action, second explains the consequence and provides a reference tool. Perfectly concise with no redundant information.

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?

For a single-parameter delete operation with no output schema, the description covers the essential: what happens to contents, how to obtain the ID, and the core action. It is complete for the tool's complexity.

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?

The schema provides 100% coverage with a description for folderId. The tool description additionally reinforces the source of the ID (from notlai_list_folders) and the ID format (ULID), adding value beyond the schema alone.

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 (delete a folder by ID), explains the side effect (notes moved to root, not deleted), and distinguishes from siblings by mentioning folder-specific behavior. It also references a sibling tool (notlai_list_folders) for obtaining IDs.

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 advises using notlai_list_folders to get folder IDs, which is helpful. However, it does not explicitly state when to avoid using this tool (e.g., if notes should be permanently deleted instead), nor does it mention prerequisites like permissions. Still, it provides clear context for its primary 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/lzientek/notlai-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server