Skip to main content
Glama

Advanced PocketBase MCP Server

manage_indexes

Perform index management tasks on PocketBase collections: create, delete, or list indexes to optimize database query performance and organization.

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform
collectionYesCollection name
indexNoIndex configuration (for create)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "Action to perform", "enum": [ "create", "delete", "list" ], "type": "string" }, "collection": { "description": "Collection name", "type": "string" }, "index": { "additionalProperties": false, "description": "Index configuration (for create)", "properties": { "fields": { "items": { "type": "string" }, "type": "array" }, "name": { "type": "string" }, "unique": { "type": "boolean" } }, "required": [ "name", "fields" ], "type": "object" } }, "required": [ "collection", "action" ], "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/DynamicEndpoints/advanced-pocketbase-mcp-server'

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