Skip to main content
Glama
evalor
by evalor

Delete Project

delete_project

Permanently delete a project and all its tasks from Dida365. Use this action to remove unused projects by specifying the project ID.

Instructions

Permanently delete a project (清单) and all its contents.

⚠️ DESTRUCTIVE: This action cannot be undone. All tasks (任务) within the project will also be deleted (此操作无法撤销,清单内所有任务也将被删除).

WHEN TO USE:

  • User explicitly requests to delete a project (删除清单)

  • Cleaning up unused/empty projects

WHEN NOT TO USE:

  • Just archiving or hiding a project (not supported)

  • Moving tasks to another project first (移动任务) → use 'update_task'

REQUIRED: projectId (清单ID)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYesThe unique ID of the project to delete (清单ID)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYes
Behavior5/5

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

Warns that the action is destructive, irreversible, and deletes all tasks within the project, fulfilling behavioral disclosure in the absence of 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?

Well-structured with sections and warnings, concise and front-loaded with critical 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?

Complete for a simple delete tool with one parameter; output schema likely covers return values, and usage guidance is thorough.

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

Parameters3/5

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

Schema coverage is 100%, so baseline 3 applies. Description adds emphasis but no new semantic detail beyond the schema.

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?

Clearly states the tool permanently deletes a project and all its contents, distinguishing it from sibling tools like delete_task.

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

Usage Guidelines5/5

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

Provides explicit WHEN TO USE and WHEN NOT TO USE sections, including alternative tool (update_task) for moving tasks.

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/evalor/Dida365MCP'

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