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