Skip to main content
Glama

Remove a task from a project

weeek_remove_a_task_from_a_project

Removes a task from a project by providing the task ID and project ID.

Instructions

DELETE /tm/tasks/{task_id}/locations. Remove a task from a project. Tags: Task. Body: application/json.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo
pathYes
Behavior2/5

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

With no annotations, the description is the sole source of behavioral information. It only mentions the HTTP method and partial body type. It does not disclose idempotency, side effects (e.g., task deletion if last location), permission requirements, or response behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short but includes redundant boilerplate ('Tags: Task. Body: application/json.') that adds no value. It is minimally sufficient but wastes space on irrelevant details.

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 no output schema and no annotations, the description is incomplete. It fails to explain return values, error handling, or the effect of the operation. With sibling tools performing similar tasks, more context is needed for safe invocation.

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

Parameters2/5

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

Schema coverage is 0% and the description adds no meaning beyond the schema. It does not explain 'projectId' or 'task_id' purpose, format, or constraints. The description merely repeats the endpoint and body type without clarifying parameter semantics.

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 'Remove a task from a project' and the HTTP method DELETE. It directly contrasts with sibling like 'weeek_add_a_task_to_a_project', making the tool's purpose unambiguous.

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 (e.g., 'weeek_detach_a_task') nor any prerequisites or exclusions. The description lacks context for decision-making.

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/maxwellviksna-stack/weeek-mcp'

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