Overview
Features
get_user_info
Retrieve details about the current user. No arguments required; returns user information.
organization_info
Retrieve details about the user's current organization. No arguments required; returns organization details.
choose_organization
Choose from available organizations (only available when API key environment variable is not set). No arguments required; returns a list of organizations to choose from.
set_organization
Set the active organization (only available when API key environment variable is not set). Arguments: organization_id (string). Sets the specified organization as active.
run_sql
Execute SQL operations on a connected workspace. Arguments: workspace_id, database, sql_query, and connection parameters. Returns the results of the SQL query in a structured format.
create_notebook_file
Create a new notebook file in SingleStore Spaces. Arguments: notebook_name, content (optional). Returns details of the created notebook.
upload_notebook_file
Upload a notebook file to SingleStore Spaces. Arguments: file_path, notebook_name. Returns details of the uploaded notebook.
create_job_from_notebook
Create a scheduled job from a notebook. Arguments: job configuration including notebook_path, schedule_mode, etc. Returns details of the created job.




