Skip to main content
Glama

kaiten_update_card_file

Update a file attachment on a card by changing its name, URL, type, size, sort order, or cover status. Keep card files organized and correctly attributed.

Instructions

Update a file attachment on a card (name, URL, sort order, cover, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoNew URL of the file.
nameNoNew display name.
sizeNoFile size in bytes.
typeNoFile type: 1=attachment, 2=googleDrive, 3=dropBox, 4=box, 5=oneDrive, 6=yandexDisk.
card_idYesCard ID.
file_idYesFile ID.
card_coverNoSet this file as the card cover image.
sort_orderNoSort order of the file in the list.
custom_property_idNoCustom property ID to associate the file with.
Install Server

TDQS

B3.3/5.0
Behavior2/5

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

Annotations are absent, so the description bears the full burden of behavioral disclosure. It only states the action and affected fields, without mentioning whether updates are partial or full replacement, permission requirements, reversibility, or response/error behavior.

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 that names the action and key editable attributes. It contains no filler, and the examples help convey scope without unnecessary detail.

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?

For a 9-parameter mutation tool with no annotations and no output schema, the description is adequate at a high level: it states what the tool updates and which attributes are involved. However, it omits usage context and behavioral detail that would help an agent invoke it correctly in a real workflow.

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 every parameter is already documented, including the enum values for type and the meaning of card_cover and sort_order. The description's brief field list adds no additional semantic detail beyond the schema.

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 states a specific verb ('Update') and resource ('file attachment on a card'), and enumerates the editable fields. This clearly distinguishes the tool from sibling create/delete/list card-file tools.

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?

No explicit guidance is provided about when to use this tool versus alternatives, and no prerequisites are mentioned. Usage is only implied by the verb 'update' and the sibling naming convention.

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