add_attachment
Attach a URL to a Trello card. Provide the card ID and URL to add an attachment, with optional name and response fields.
Instructions
Add an attachment to a card. Use this tool to attach a URL to a card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to attach | |
| name | No | Name for the attachment | |
| cardId | Yes | ID of the card | |
| fields | No | Specific fields to include in the response. Overrides detailLevel. Use dot notation for nested fields (e.g., 'prefs.permissionLevel') | |
| detailLevel | No | Response detail level. 'minimal' returns only essential fields, 'standard' returns commonly used fields, 'detailed' returns most fields, 'full' returns all fields (default varies by operation type) |