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