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