This directory contains comprehensive API documentation for all TOL modules. Last updated: 2025-07-20 22:44:28 UTC
- Total Modules: 12
- MCP Compatible: 8
- Categories: 6
- Core Computational Modules
- Data Handling and I/O
- Visualization and Plotting
- User Interface
- Integration Modules
- Utilities and Standard Library
- Alphabetical Index
- MCP-Compatible Modules
Mathematical operations, statistical analysis, and time-series processing
bmath 🤖
- Version: 1.0.0
- Last Updated: 2025-06-14
- Tags:
mathematics,linear-algebra,numerical-computation,performance-critical
bstat 🤖
- Version: 1.0.0
- Last Updated: 2025-06-14
- Tags:
statistics,time-series-modeling,machine-learning,econometrics,clustering
- Version: 1.0.0
- Last Updated: 2025-06-14
- Tags:
data-types,core-functionality,matrix-operations,text-processing
- Version: 1.0.0
- Last Updated: 2025-06-14
- Tags:
time-series,temporal-data,financial-analysis,econometrics,data-manipulation
Database connectivity and file system operations
- Version: 1.0.0
- Last Updated: 2025-06-14
- Tags:
database,sql,data-import,connectivity,odbc,mysql,postgresql,sqlite
- Version: 1.0.0
- Last Updated: 2025-06-14
- Tags:
file-io,system-integration,data-export,utilities,networking,archives
Chart generation and data visualization tools
plotter 🤖
- Version: 1.0.0
- Last Updated: 2025-06-14
- Tags:
plotting,visualization,charts,graphics,data-visualization
- Version: 1.0.0
- Last Updated: 2025-06-14
- Tags:
gui,interactive-plots,visualization,tcl-tk,blt
GUI applications and interactive tools
- Version: 1.0.0
- Last Updated: 2025-06-14
- Tags:
gui,ide,interactive,development-environment,tcl-tk
External language bindings and communication protocols
- Version: 1.0.0
- Last Updated: 2025-06-14
- Tags:
networking,remote-execution,client-server,distributed,communication
- Version: 1.0.0
- Last Updated: 2025-06-14
- Tags:
java,jni,integration,embedding,cross-platform
Helper functions and standard library modules
stdlib 🤖
- Version: 1.0.0
- Last Updated: 2025-06-14
- Tags:
standard-library,utilities,configuration,text-processing,random-generation
- bmath 🤖 - Core Computational Modules
- bstat 🤖 - Core Computational Modules
- btol_core 🤖 - Core Computational Modules
- btol_time_series 🤖 - Core Computational Modules
- dbdrivers 🤖 - Data Handling and I/O
- plotter 🤖 - Visualization and Plotting
- stdlib 🤖 - Utilities and Standard Library
- system_io 🤖 - Data Handling and I/O
- tolbase - User Interface
- tolbase_viz - Visualization and Plotting
- tolcomm - Integration Modules
- toljava - Integration Modules
These modules are available through the TOL MCP (Model Context Protocol) server for natural language interaction:
When adding new API documentation:
- Follow the YAML front-matter template
- Use consistent markdown formatting
- Run
python scripts/generate_api_index.pyto update this index - Validate with
markdownlint docs/api/*.md
For detailed guidelines, see CONTRIBUTOR_GUIDELINES.md