Skip to main content
Glama
sapn95
by sapn95

epost_move_to_folder

File a document into a custom folder by index or title substring, and optionally re-file by removing from another folder.

Instructions

File a Storage document into a custom folder (addressed by index in the loaded My-Documents list, or by a text substring such as a date). Pass remove_from to re-file: the old folder is unticked in the same sheet, which is the only way to empty a folder that holds the document's only membership. ePost documents can belong to several folders, so this ADDS the folder membership: it is idempotent (no-op if already filed there) and removes nothing unless remove_from says which. Note: filing a document bumps it to the top of the "Last used" order, so re-list before addressing the next one by index.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indexNo
titleNo
folderYes
remove_fromNofolder to drop in the same step (re-file)
Behavior5/5

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

With no annotations provided, the description fully discloses behavioral traits: idempotent (no-op if already filed), adds folder membership without removal unless remove_from is specified, and notes the side effect of bumping the document's position. No contradictions with structured data.

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 paragraph that front-loads the main action and gradually provides details. At about 100 words, it is fairly concise, though some phrasing like 'unticked in the same sheet' could be simplified. Overall, every sentence adds value without redundancy.

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

Completeness4/5

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

Given the tool is a mutation with no output schema, the description covers the core behavior, parameters, and side effects. It doesn't detail return values or error scenarios, but that is acceptable. The sibling list provides context for when this tool is appropriate.

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?

Schema description coverage is only 25% (only remove_from has a description), so the description carries the burden. It explains the meaning of all four parameters: index as position in list, title as substring, folder as target, remove_from as old folder to drop. This compensates well for the lack of schema descriptions.

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 it files a Storage document into a custom folder, specifying the action, resource, and method of addressing (by index or substring). It distinguishes itself from sibling tools like epost_create_folder and epost_unfile_from_folder by explaining it adds membership and is idempotent.

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?

Provides concrete usage context: how to address (index or substring), how to re-file using remove_from, and notes that filing bumps the document to top of 'Last used' order, requiring re-listing before next index. However, it does not explicitly state when not to use this tool or suggest alternatives beyond the sibling list.

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/sapn95/epost-mcp'

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