action trello_get_boards_deltas_by_id_board { label: "getBoardsDeltasByIdBoard()" provider: trello method: GET path: "/boards/{idBoard}/deltas" encoding: json input: { type: "object" properties: { idBoard: { type: "string" } ixLastUpdate: { type: "string" } key: { type: "string" } tags: { type: "string" } token: { type: "string" } } required: ["idBoard", "ixLastUpdate", "key", "tags", "token"] additionalProperties: false } output: { type: "object" additionalProperties: true } }