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