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