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