Skip to main content
Glama
rubenlangeweg

productive-mcp-rb2

remove_task_dependency

remove_task_dependency
Destructive

Removes a task dependency using its dependency ID. Retrieve the ID by listing dependencies first.

Instructions

Remove a task dependency by its dependency ID. Use list_task_dependencies first to find the dependency ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dependency_idYesThe ID of the dependency to remove (not a task ID)
Behavior4/5

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

Annotations already provide destructiveHint=true, signaling the tool is destructive. The description adds the important behavioral context of first listing dependencies to obtain the ID, which mitigates risks. The description is consistent with annotations and adds value.

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 two sentences, front-loaded with the purpose, and contains no extraneous information. Every sentence serves a clear function.

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?

Given the tool has one parameter, no output schema, and annotations present, the description is complete. It covers what the tool does, how to obtain the required input, and the destructive nature is implied by annotations. The agent has all necessary information to use the tool correctly.

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% and the schema already describes dependency_id as 'The ID of the dependency to remove (not a task ID)'. The description does not add new semantics beyond the schema, so the 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 action: remove a task dependency. It specifies the identifier (dependency ID) and distinguishes from sibling tools like add_task_dependency and list_task_dependencies by focusing on removal.

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?

The description explicitly advises to use list_task_dependencies first to find the dependency ID, providing a clear prerequisite and workflow. This guides when to use this tool versus alternatives.

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/rubenlangeweg/productive-mcp'

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