query-cost-estimator
ActiveTool of Utility Matrix
declared in 1.1.0
Estimate the relative cost of a SQL query based on heuristic analysis: SELECT *, JOIN count, missing WHERE/LIMIT, leading wildcards, unbounded sorts. Returns cost score and level.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "SQL query to analyze"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Utility Matrix
1/7 registries