sqlite

uvx mcp-server-sqlite --db-path gauntlet-sqlite.db
A
95.5/100
6 tools · agent gemini:gemini-flash-latest

Dimensions

Schema Health100.0 ×1
Description Quality (heuristic)98.3 ×1
Security Signals100.0 ×2
Agent Task Success83.3 ×3
Tool-Selection Accuracy100.0 ×1.5
Tool Reliability100.0 ×1
Response Safety (runtime)100.0 ×1
Robustness100.0 ×1

Agent evaluation

3 tasks × 2 repeat(s)  gemini:gemini-flash-latest
TaskPassScoreTools
List all tables currently stored in the SQLite database.2/2100100
Retrieve and display the detailed schema information for the table named 'invoices'.1/250100
Inspect the database to list all available tables, then retrieve and report the full schema for the 'users' table.2/2100100
Excluded (possibly-mutating) tools: read_query, write_query, create_table, append_insight

Findings

Description Quality (heuristic)
low
append_insight: description is short
34 chars
low
list_tables: description is short
38 chars
Agent Task Success
low
server: agent failed a task (1/2 passed) — agent did not complete it (agent signal)
Retrieve and display the detailed schema information for the table named 'invoices'. — The table 'invoices' does not exist in the database, so the requested detailed schema information could not be retrieved or displayed.