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