Skip to main content
Glama

Rename Folder

rename_folder

Renames a folder in an AFFiNE workspace by providing the folder ID and new name. Requires workspace and folder identifiers for execution.

Instructions

Experimental: rename an AFFiNE organize folder node.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceIdNo
folderIdYes
nameYes
Behavior2/5

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

No annotations are provided, so the description alone must convey behavioral traits. The 'Experimental' label warns of potential instability, but there is no disclosure of side effects, permissions needed, or constraints on folder renaming.

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 a single, front-loaded sentence of 10 words. It is appropriately concise for a simple operation, but could include more detail without becoming verbose.

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?

Given the lack of output schema, no parameter descriptions, and no usage guidelines, the description is incomplete. It does not address what happens on failure, validation rules, or whether renaming affects children or links.

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

Parameters1/5

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

The description does not explain any of the three parameters beyond their names in the schema. With 0% schema description coverage, the description fails to add meaning such as the format of 'name' or the requirement for 'folderId'.

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 (rename) and the resource (AFFiNE organize folder node). It effectively distinguishes this tool from siblings like create_folder, move_organize_node, and delete_folder.

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?

No guidance is provided on when to use this tool versus alternatives. The 'Experimental' warning hints at instability but does not offer usage context or exclusions.

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/DAWNCR0W/affine-mcp-server'

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