List Files
kaiten_list_filesRetrieve attachment details from a Kaiten card by providing its card ID. Get file IDs and MIME-type metadata to identify files before deleting or managing them.
Instructions
List card attachments. fileId for kaiten_delete_file; cardId from kaiten_search_cards or kaiten_get_card. NOTE: mime_type is inferred from filename extension client-side because Kaiten does not persist the multipart Content-Type header. Unknown extensions return mime_type: null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardId | Yes | Card ID | |
| verbosity | No | Detail: raw|min(default)|normal|max | min |