Skip to main content
Glama

manage_project_folders

Create, update, or delete project folders in batches to organize tasks efficiently.

Instructions

Create, update, or delete project folders in batch.

[Category: Folders]  [Auth: V2]
[Related: list_project_folders, create_project]

Args:
    add: New folders: [{"name": "Work"}, {"name": "Personal"}].
    update: Updates: [{"id": "...", "name": "New Name"}].
    delete: Folder IDs to delete: ["id1", "id2"].

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addNo
updateNo
deleteNo
Behavior2/5

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

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It lacks details on atomicity, error handling, permission requirements, or response behavior for a batch mutation tool. The minimal description does not adequately convey behavioral traits.

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 succinct and well-structured: a one-line purpose, metadata tags, and a formatted Args section with examples. Every sentence contributes value without redundancy.

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 annotations and output schema, the description should cover return values, error scenarios, and behavioral constraints. It only covers input parameters, leaving agents uninformed about what the tool returns or how failures are handled.

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?

With 0% schema description coverage, the description compensates by explaining each parameter's structure (add array of objects with name, update with id and name, delete as IDs) and provides examples. This adds meaning beyond the schema's generic 'additionalProperties: true'.

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 'Create, update, or delete project folders in batch,' specifying the verb (batch CRUD) and resource (project folders). It distinguishes from siblings like list_project_folders (read-only) and create_project (single creation).

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

Usage Guidelines3/5

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

The description lists related tools (list_project_folders, create_project) and defines three operations with argument formats, but it does not explicitly state when to use this tool vs. alternatives or provide prerequisites beyond '[Auth: V2]'. Usage is implied but not precise.

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/KpihX/tick-mcp'

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