query_json_docs
Sort JSON documents by a specified field in the mcp-database-server, enabling organized retrieval of structured data for efficient querying and analysis.
Instructions
Query JSON documents sorted by a field
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sort_field | Yes | Field to sort results by |
Input Schema (JSON Schema)
{
"properties": {
"sort_field": {
"description": "Field to sort results by",
"type": "string"
}
},
"required": [
"sort_field"
],
"type": "object"
}