The pandoc Lua interpreter already comes with most of the documentation that's available in doc/lua-filters. However, it cannot easily be accessed. It would be nice to have a function describe that can be called on any pandoc object and return useful information. For example, describe(pandoc.read) should print the documentation for that function.
Carried over from #6654.