Functionconvert_to_markdownConvert various types of resources (doc, ppt, pdf, excel, csv, zip file etc.) described by an file: or data: URI to markdown. Args: u
libs/miroflow-tools/src/miroflow_tools/mcp_servers/reading_mcp_server.py:19
Methodexecute_tool_call(
self, *, server_name: str, tool_name: str, arguments: dict[str, Any]
)
libs/miroflow-tools/src/miroflow_tools/manager.py:43
Functionscrape_and_extract_info Scrape content from a URL, including web pages, PDFs, code files, and other supported resources, and extract meaningful information using an LLM.
libs/miroflow-tools/src/miroflow_tools/dev_mcp_servers/jina_scrape_llm_summary.py:28