It's seems Monocle uses entry[0], entry[1] as parameters for the mark_read action. Wouldn't it be simpler to use entry[], for all parameters. It would be more in line with the micropub spec, where there are two possibilities to send parameters: entry or entry[]. Now I have to support three different methods, with this one not being supported natively.