action trello_get_cards_list_by_id_card { label: "getCardsListByIdCard()" provider: trello method: GET path: "/cards/{idCard}/list" 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 } }