Skip to main content
Glama

kaiten_update_external_link

Update an external link on a Kaiten card. Provide card ID and link ID, along with a new URL or description, to modify the link.

Instructions

Update an external link on a Kaiten card.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoURL of the external link
card_idYesCard ID
link_idYesExternal link ID
descriptionNoDescription of the external link
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, and it only restates the action. It does not say whether the update is partial or full replacement, what happens if card_id or link_id do not match an existing link, or any permissions needed. The name and description both indicate mutation, so there is no contradiction, but no added transparency beyond the tool name.

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 with zero wasted words — 'Update' leads immediately and every word earns its place. It is appropriately brief, though so sparse that substantive details (which fields are updatable, which IDs identify the target) are entirely deferred to the schema.

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 mutation tool with no annotations and no output schema, this description covers only the purpose and nothing else. It omits update semantics (can url and description be changed independently or only together?), routing relative to sibling external-link tools, and any error or return behavior, forcing the agent to infer everything from the parameter schema and tool name.

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 description coverage is 100%, so all four parameters (url, card_id, link_id, description) already carry schema-level descriptions, setting the baseline at 3. The tool description adds only the contextual fact that the link lives on a Kaiten card, which lightly ties card_id to the link's owner but adds no format or syntax detail beyond the schema.

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?

The description uses a specific verb ('Update') plus a specific resource ('external link on a Kaiten card'), making the core action unmistakable. It implicitly differentiates from siblings like kaiten_create_external_link, kaiten_delete_external_link, and kaiten_list_external_links through the verb itself, though it never names them or their scope explicitly.

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 no guidance on when to use this tool versus creating, deleting, or listing external links. It also omits prerequisites such as obtaining the link_id from kaiten_list_external_links or confirming that card_id identifies the card that owns the link.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/ViktorOgnev/kaiten-mcp'

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