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