Skip to main content
Glama

pocketbase-mcp-server

query_collection

Filter, sort, and aggregate data from PocketBase collections using predefined expressions and settings. Simplify advanced database queries for efficient data retrieval and analysis.

Instructions

Advanced query with filtering, sorting, and aggregation

Input Schema

NameRequiredDescriptionDefault
aggregateNoAggregation settings
collectionYesCollection name
expandNoRelations to expand
filterNoFilter expression
sortNoSort expression

Input Schema (JSON Schema)

{ "properties": { "aggregate": { "description": "Aggregation settings", "type": "object" }, "collection": { "description": "Collection name", "type": "string" }, "expand": { "description": "Relations to expand", "type": "string" }, "filter": { "description": "Filter expression", "type": "string" }, "sort": { "description": "Sort expression", "type": "string" } }, "required": [ "collection" ], "type": "object" }

You must be authenticated.

Other Tools from pocketbase-mcp-server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DynamicEndpoints/pocketbase-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server