sqlite

uvx mcp-server-sqlite --db-path gauntlet-sqlite.db
A
94.2/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 Success78.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
Discover all tables in the SQLite database, then retrieve and summarize the schema for the first table listed.0/235100
Inspect the SQLite database by finding all available tables and then getting the schema details for every table discover2/2100100
Check what tables exist in the SQLite database and report the total count and names of all discovered tables.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
Security Signals
info
mcp-demo: prompt was not rendered, so its messages were not examined
it requires arguments. A prompt's messages reach the model verbatim, so this surface is unscanned.
Agent Task Success
medium
server: agent failed a task (0/2 passed) — agent did not complete it (agent signal)
Discover all tables in the SQLite database, then retrieve and summarize the schema for the first table listed. — The agent called `list_tables()`, which returned an empty list, so there was no first table listed to summarize; calling `describe_table` on