Overview
Features
Get Schemas
Fetch and list all schema names from the connected database.
Get Tables
Retrieve table information for specific schemas or all schemas.
Describe Table
Provide a detailed description of a table, including column names, data types, nullability, and keys.
Search Tables
Filter and retrieve tables based on a substring match of table names.
Execute Stored Procedures
Virtuoso-specific feature to execute stored procedures and retrieve results.
Execute Queries (JSONL)
Execute a SQL query and return results in JSON Lines format.
Execute Queries (Markdown)
Execute a SQL query and return results formatted as a Markdown table.




