action trello_get_boards_labels_by_id_board_by_id_label { label: "getBoardsLabelsByIdBoardByIdLabel()" provider: trello method: GET path: "/boards/{idBoard}/labels/{idLabel}" encoding: json input: { type: "object" properties: { fields: { type: "string" } idBoard: { type: "string" } idLabel: { type: "string" } key: { type: "string" } token: { type: "string" } } required: ["idBoard", "idLabel", "key", "token"] additionalProperties: false } output: { type: "object" additionalProperties: true } }