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