Retrieve Spark driver logs from completed notebook executions to debug Python errors and analyze Spark behavior. Use stdout for Python tracebacks or stderr for system logs.
Read specific line ranges from large log files for debugging and troubleshooting. This tool enables paginated access to log content, allowing you to retrieve manageable portions of extensive log data.
Retrieve the complete content of a specific Apache Spark documentation page by providing its relative path, enabling direct access to detailed technical information.
An AI recipe recommendation server based on the MCP protocol, providing functions such as recipe query, classification filtering, intelligent dietary planning, and daily menu recommendation.
Provides full-text search and retrieval tools for Apache Spark documentation using SQLite FTS5 with BM25 ranking. It enables AI assistants to efficiently search, filter by section, and read specific Spark documentation pages.