Skip to main content
Glama
Doist
by Doist

link-goal-tasks

Idempotent

Link or unlink tasks to a goal to manage task-goal relationships. Provide goal ID, task IDs, and choose action.

Instructions

Link or unlink tasks to/from a goal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesWhether to link or unlink the tasks.
goalIdYesThe ID of the goal.
taskIdsYesThe IDs of the tasks to link or unlink (max 50).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
failuresYesFailed operations with error details.
processedYesThe IDs of successfully processed tasks.
failureCountYesThe number of failed operations.
successCountYesThe number of successfully processed tasks.
totalRequestedYesThe total number of tasks requested.
Behavior3/5

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

Annotations already indicate idempotentHint=true and destructiveHint=false, so the description adds little extra. It mentions both linking and unlinking, which aligns with the action parameter, but does not disclose other behaviors like permission requirements or error states.

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

Conciseness4/5

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

The description is a single, front-loaded sentence that efficiently conveys the tool's purpose. While concise, it could include a bit more detail without becoming verbose.

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?

The tool has a simple interface with 3 parameters and an output schema. The description covers the basic function but omits context like the max 50 task limit (though present in schema) or any side effects. It is minimally complete.

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% with descriptions for all parameters. The tool description merely restates the action (link/unlink) without adding detail beyond what the schema already provides. Baseline score of 3 is appropriate.

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 verb (link/unlink) and the resources (tasks to a goal), making it easy to understand the core function. It also distinguishes this tool from siblings like 'add-goals' or 'update-tasks' by focusing on linking tasks to goals.

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 provides no guidance on when to use this tool versus alternatives, nor does it mention prerequisites or when not to use it. The agent is left without context for selecting between link/unlink or deciding if this tool is appropriate.

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/Doist/todoist-ai'

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