Skip to main content
Glama

add_task_link

Create a typed link between tasks to express dependencies, evidence, decisions, outputs, or support. Forward links can reference tasks not yet created and resolve automatically once they appear.

Instructions

WRITE. Adds a typed relationship from one task to another. Types express dependencies, evidence, decisions, outputs, supersession, support, or a general relation. Set allowMissing to record a forward link to a task that does not exist yet — it auto-resolves once the target is created (or run resolve_task_links to refresh its title).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYes
agentNo
titleNoTitle hint for a forward link whose target cannot be read yet.
allowMissingNoAllow linking to a target that does not exist yet (a forward/dangling link).
sourceTaskIdYes
targetTaskIdYes
sourceProjectIdYes
targetProjectIdYes
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It usefully declares this as a WRITE operation, explains forward/dangling-link behavior, and connects to `resolve_task_links`. However, it does not disclose duplicate-link behavior, whether links are bidirectional, failure behavior when `allowMissing` is false, or any side effects beyond creating the link.

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 three tight sentences, front-loads the write action, and adds substantive context about forward links and resolution. Every sentence earns its place; there is no filler or 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?

For a mutating tool with 8 parameters, 5 required, no output schema, and no annotations, this description is not complete enough. It leaves open important operational questions such as duplicate links, missing-target behavior when `allowMissing` is false, and what a successful response looks like.

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 description coverage is only 25%, so the description needed to compensate for the undocumented parameters. It clarifies `allowMissing` forward-link semantics but does not explain the relationship between `sourceProjectId`/`sourceTaskId` and `targetProjectId`/`targetTaskId`, nor does it elaborate on the `type` enum values beyond a general grouping.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly identifies a write operation that adds a typed relationship from one task to another, and summarizes the kinds of relationship types supported. It does not explicitly distinguish itself from similarly named siblings like `relate_task` or `add_task_reference`, but the core action and resource are clear.

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?

The description gives a specific conditional use case for `allowMissing` and points to `resolve_task_links`, but it does not explain when to choose this tool instead of sibling relation/reference tools. No exclusions, alternatives, or when-not-to-use guidance are provided.

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