Skip to main content
Glama
estrenuo

OmniFocus MCP Server

by estrenuo

Update Folder

omnifocus_update_folder

Rename an OmniFocus folder by providing its ID or current name, then specify the new folder name.

Instructions

Rename an existing folder in OmniFocus.

Args:

  • folderId (string, optional): The folder's ID. Takes priority if both folderId and folderName provided.

  • folderName (string, optional): The folder's name to search for. At least one of folderId or folderName is required.

  • name (string): New folder name

Note: moving a folder into another folder is not supported by OmniFocus's JXA layer (the move operation is rejected). Recreate the folder in the target location if you need to move it.

Returns: The updated folder object

Examples:

  • Rename by ID: { folderId: "abc123", name: "Archive" }

  • Rename by name: { folderName: "Q1", name: "Q1 2027" }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesNew folder name
folderIdNoThe folder ID to update. Takes priority if both folderId and folderName are provided.
folderNameNoThe folder name to search for. At least one of folderId or folderName is required.
Behavior4/5

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

Annotations indicate a mutation tool (readOnlyHint=false). The description confirms the rename behavior and adds transparency about the unsupported move operation. No contradiction with annotations.

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 well-structured with labeled sections (Args, Note, Returns, Examples), concise sentences, and no redundant information. Every sentence adds value.

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 simple rename tool, the description fully covers the action, parameter usage, unsupported operations, return value, and examples. No missing context given the lack of output schema.

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?

Schema coverage is 100%, but the description enhances understanding by clarifying parameter priority (folderId > folderName) and providing examples that demonstrate usage patterns.

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 'Rename an existing folder in OmniFocus,' specifying the verb 'rename' and the resource 'folder.' It effectively differentiates from sibling tools like 'create_folder' 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 Guidelines4/5

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

The description explains the order of priority between 'folderId' and 'folderName,' and notes the unsupported move operation with a suggested workaround. It lacks explicit when-not-to-use guidance, but the context 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/estrenuo/omnifocus-mcp-server'

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