Skip to main content
Glama

kaiten_create_external_link

Add an external link to a Kaiten card using its URL and optional description, enabling team members to access related resources directly from the card.

Instructions

Create an external link on a Kaiten card.

Input Schema

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

TDQS

A3.5/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states that an external link is created and does not mention side effects, return behavior, uniqueness constraints, or permissions, which are relevant for a mutation tool.

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 a single, front-loaded sentence with no filler. It communicates the essential purpose and adds no redundant or repetitive information.

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 is simple and the schema fully documents parameters, but there is no output schema and no annotations to clarify expected behavior or return value. The description is minimally sufficient for selecting the tool but leaves some invocation context undisclosed.

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%, and each parameter already has a direct description in the input schema. The tool description does not add parameter-level detail, so the baseline of 3 applies.

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 identifies the action (create), the resource (external link), and the target (a Kaiten card). This distinguishes it from sibling tools like kaiten_update_external_link and kaiten_delete_external_link without ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The verb 'create' implies the tool is for adding a new external link, but the description gives no explicit guidance about when to prefer it over kaiten_update_external_link or kaiten_delete_external_link. It relies on the sibling names and general API conventions rather than stating exclusions or alternatives.

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