mcp-database-server

query_json_docs

Query JSON documents sorted by a field

Input Schema

NameRequiredDescriptionDefault
sort_fieldYesField to sort results by

Input Schema (JSON Schema)

{ "properties": { "sort_field": { "description": "Field to sort results by", "type": "string" } }, "required": [ "sort_field" ], "type": "object" }