Skip to main content
Glama

remove_task_link

Remove a specific typed link between a source and target task. Reports false if the relationship was already missing.

Instructions

WRITE. Removes one exact typed relationship from a source task. Returns removed=false when the relationship was already absent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYes
agentNo
sourceTaskIdYes
targetTaskIdYes
sourceProjectIdYes
targetProjectIdYes
Behavior4/5

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

With no annotations, the description carries the behavioral burden, and it does so well: it explicitly warns 'WRITE', clarifies exact-match semantics, and documents the idempotent no-op result ('Returns removed=false when the relationship was already absent'). It could go further on permissions or side effects, but the core behavior is clearly disclosed.

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 compact and informative, with the WRITE warning and core action up front, followed by one valuable edge-case note about the return value. There is no redundancy or filler.

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

Completeness3/5

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

For a tool with six parameters, no annotations, and no output schema, the description is adequate but not fully complete. It explains the operation and one return case, but does not describe the success return path, error behavior for nonexistent tasks, or authorization expectations.

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?

The schema has 0% description coverage, so the description must compensate conceptually. 'Exact typed relationship' and 'source task' map meaningfully to the sourceTask/sourceProject/type fields, but they do not clarify all parameters individually, especially the optional 'agent' parameter.

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 pairs a specific verb ('removes') with a specific resource ('one exact typed relationship') and distinguishes this from bulk or fuzzy link operations. The 'exact typed' qualifier also separates it from sibling tools like resolve_task_links or add_task_link.

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 intended use is implied: call this tool when you want to remove a single, exactly matched task relationship. However, the description does not explicitly name alternatives or state when this tool should be preferred over related sibling tools such as add_task_link or remove_task_reference.

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/renezander030/agentic-task-system'

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