Skip to main content

Documentation Index

Fetch the complete documentation index at: https://sourcetable.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Sourcetable’s AI assistant isn’t just a chatbot — it has access to over 100 specialized tools that it uses to execute tasks in your spreadsheet. When you ask the AI to do something, it selects the right tool (or chain of tools) automatically.

How tools work

You don’t call tools directly. You describe what you want in natural language, and the AI selects and runs the appropriate tools. For example:
  • “Clean up this data” → AI uses the clean_data tool
  • “Create a scatter plot” → AI uses the echart or plotly tool
  • “Search the web for GDP data” → AI uses the web_search tool
  • “Write a Python script to process this” → AI uses the execute_python tool

Tool categories

Spreadsheet tools

Write cells, format, sort, insert/delete rows and columns, copy/paste ranges, and more.

Python and code

Execute Python with pandas, NumPy, SciPy, scikit-learn, and other data science libraries.

Tool library

Browse all 21 categories of available tools and Python libraries.

Key tool types

CategoryExamplesWhat they do
Spreadsheet manipulationwrite_cells, sort_sheet, fill_handle, set_formattingRead, write, and format spreadsheet data
Data analysisanalyze_data, clean_data, transform_dataAnalyze, clean, and transform datasets
Code executionexecute_python, execute_sql, execute_mcpRun Python, SQL, or MCP tool code
Visualizationechart, plotly, source_chart, make_pivotCreate charts, graphs, and pivot tables
Content generationgenerate_text, generate_image, rewrite_text, translate_textGenerate and transform text and images
Researchweb_search, google_search, deep_research, data_finderSearch the web and find public datasets
Browser automationplaywright_browser, computer_use, screenshotAutomate browser interactions and capture web content
Financial AI25+ tools for stock analysis, portfolio management, risk, and tradingInstitutional-grade financial analysis
Credentialsadd_credentials, delete_credentials, list_credentialsManage API keys and database credentials
Workflowscreate_workflow, plan, thinkSave automation sequences and plan complex tasks

Tool finder

If you’re unsure which tool does what, ask the AI:
  • “What tools do you have for data visualization?”
  • “Can you do web scraping?”
  • “What Python libraries are available?”
The AI uses the tool_finder tool to discover and describe its own capabilities.