F
licenseA
qualityC
maintenanceEnables AI agents to safely explore and query a SQLite database in read-only mode, allowing them to inspect schema and run analytical SQL queries without risking data modification.
3
-
No user-submitted related servers found.
Scored across 3 tools
Each tool has a clear, non-overlapping purpose: listing tables, describing a table's schema, and running read-only queries. No ambiguity.
Tool names follow a consistent verb_noun pattern ('describe_table', 'list_tables', 'query') with clear, predictable naming.
Three tools is ideal for a read-only SQL interface—covers essential operations without unnecessary complexity.
The set covers all necessary operations for a read-only database: enumeration, schema inspection, and arbitrary queries. No gaps.