run_sql

shallow

io.github.JadeSparrow/sqlai-dev-sql-verifier · Verify this server

Execute a SQL query against a fresh ephemeral in-memory database built from your schema (and optional seed rows). Returns real rows (max 500, truncation flagged), column names+types, row_count, and dialect notes. Errors come back as structured JSON with type/position/suggestion — a failed query is a useful answer, not a failure of this tool. Example: schema "CREATE TABLE t(id INTEGER, name TEXT);", query "SELECT name FROM t WHERE id=1", seed {"t":[{"id":1,"name":"ada"}]} → rows [["ada"]].

100.0/100

1 trials · measured 8 days ago

run_sql scores 100.0/100 on Vouch's measured behaviour index, from 1 real invocation trials against io.github.JadeSparrow/sqlai-dev-sql-verifier, measured 25 Aug 2026 under methodology v0.2.0. Every measured component scored 100.

Component breakdown

ComponentWeightValue
Reliability35%not applicable
Schema integrity25%100.0
Failure behaviour15%not applicable
Latency15%not applicable
Concurrency10%not applicable

Tool details

Transport
remote
Credential class
self-provisionable
Category
Developer infrastructure
Input schema
not declared
Output schema
not declared
Side-effect classification
unclassified

Score history

DayScoreTierMethodology
2026-08-25100.0shallowv0.2.0

Probe evidence

ProbeOutcomes
schema_integritypass: 1

Raw request/response logs are not archived yet — the outcome counts above are drawn directly from every recorded trial.

Embed this score

Available for every tool, scored or not — not a verification perk. Always links back to this page.

Vouch score: run_sql
[![Vouch score](https://vouch.tools/api/tools/d5a96efb-f076-4d72-9b21-ca7d4569cb7f/badge.svg)](https://vouch.tools/tools/d5a96efb-f076-4d72-9b21-ca7d4569cb7f)
run_sql — Vouch