Skip to main content
Glama

PocketBase MCP Server

by fadlee
MIT License
0

analyze_collection_data

Analyze data patterns and generate insights from a PocketBase collection to identify trends, distributions, and relationships within your database records.

Instructions

Analyze data patterns and provide insights about a collection

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name to analyze
optionsNoAnalysis options

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name to analyze", "type": "string" }, "options": { "description": "Analysis options", "properties": { "fields": { "description": "Specific fields to analyze (if not provided, all fields will be analyzed)", "items": { "type": "string" }, "type": "array" }, "sampleSize": { "description": "Number of records to sample for analysis (default: 100)", "type": "number" } }, "type": "object" } }, "required": [ "collection" ], "type": "object" }

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/fadlee/pocketbase-mcp'

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