Neon improves MCP server tool-call eval pass rate from 60% to 100% with prompt tuning
LLMs struggle to select the correct tool from a large list and could misuse a generic SQL-execution tool instead of the required two-step stateful migration workflow, making correctness hard to guarantee without automated testing.
With the initial basic tool descriptions, the eval pass rate was only around 60%.
By tweaking tool description prompts without any code changes, the eval pass rate rose from 60% to 100%.
Frequently asked questions
What did this team achieve with this AI workflow?
By tweaking tool description prompts without any code changes, the eval pass rate rose from 60% to 100%.
What tools did this team use?
MCP server, Braintrust, Claude.
What results were reported?
Initial eval pass rate: 60%; Eval pass rate after prompt tuning: 100% (source-reported, not independently verified).
What failed first in this deployment?
With the initial basic tool descriptions, the eval pass rate was only around 60%.
How is this quality assurance AI workflow structured?
Eval task submitted → LLM prepares migration on temp branch → Main branch integrity check → LLM completes migration on main branch → LLM-as-a-judge scoring → Prompt iteration from eval results.