action trello_get_cards_attachments_by_id_card_by_id_attachment { label: "getCardsAttachmentsByIdCardByIdAttachment()" provider: trello method: GET path: "/cards/{idCard}/attachments/{idAttachment}" encoding: json input: { type: "object" properties: { fields: { type: "string" } idAttachment: { type: "string" } idCard: { type: "string" } key: { type: "string" } token: { type: "string" } } required: ["idAttachment", "idCard", "key", "token"] additionalProperties: false } output: { type: "object" additionalProperties: true } }