Skip to main content
Glama
multidimensionalcats

kanban-mcp

unlink_file

Remove a file link from a kanban item. Provide item ID and file path, optionally with line numbers to match.

Instructions

Remove a file link from an item.

Args: item_id: The item to unlink the file from file_path: Relative path to the file line_start: Optional starting line number (must match to unlink) line_end: Optional ending line number (must match to unlink)

Returns: Dict with success status

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_idYesitem_id parameter
line_endNoline_end parameter
file_pathYesfile_path parameter
line_startNoline_start parameter
Behavior2/5

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

No annotations are provided, so the description carries the burden of disclosing behavioral traits. While 'Remove a file link' clearly implies a mutating operation, the description does not mention prerequisites (e.g., the link must already exist), side effects, reversibility, or error behavior. Only the return value ('Dict with success status') is mentioned, which is minimal.

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 well-structured with clear Args and Returns sections. It is concise, with no unnecessary words, and every sentence/field provides meaningful information. The format aids quick comprehension.

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

Completeness4/5

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

Given the tool's simplicity and the presence of a complete parameter description, the description covers the essential operational details. It does not include usage context or edge cases, but these are partially covered in other dimensions. The lack of an output schema is compensated by the stated return type ('Dict with success status'). Overall, it is reasonably complete for a straightforward unlink action.

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

Parameters5/5

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

The description significantly enhances the schema by explaining each parameter's purpose and constraints. For example, item_id is 'The item to unlink the file from,' file_path is 'Relative path to the file,' and line_start/line_end are described as optional and 'must match to unlink.' This goes far beyond the schema's trivial descriptions like 'item_id 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 clearly states the action: 'Remove a file link from an item.' This is a specific verb (Remove) and resource (file link from an item), and it distinguishes itself from the sibling tool link_file, which would perform the opposite action.

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 explicit guidance on when to use this tool versus alternatives. It does not mention that it should be used only when a file link exists, nor does it reference the sibling tool link_file or other related tools. Usage context is only implied by the action itself.

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/multidimensionalcats/kanban-mcp'

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