addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / batch_size / default
Added value: +32
removedInput schema / properties / batch_size / description
Removed value: -"Rows per batch (1–200, default 32)"
removedInput schema / properties / batch_size / maximum
Removed value: -200
removedInput schema / properties / batch_size / minimum
Removed value: -1
addedInput schema / properties / build_index / default
Added value: +false
removedInput schema / properties / build_index / description
Removed value: -"If true, CREATE INDEX CONCURRENTLY after backfill (default false)"
addedInput schema / properties / dry_run / default
Added value: +false
removedInput schema / properties / dry_run / description
Removed value: -"If true, compute but do not write (default false)"
addedInput schema / properties / limit / default
Added value: +1000
removedInput schema / properties / limit / description
Removed value: -"Max rows to process (1–10000, default 1000)"
removedInput schema / properties / limit / maximum
Removed value: -10000
removedInput schema / properties / limit / minimum
Removed value: -1
removedInput schema / required
Removed value: -[]
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "type": "object",
+ "x-fastmcp-wrap-result": true
+}