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