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