Skip to main content
Glama

PocketBase MCP Server

by fadlee
MIT License
0

generate_typescript_interfaces

Generate TypeScript interfaces from PocketBase collections to enable type-safe database interactions in your applications.

Instructions

Generate TypeScript interfaces from PocketBase collections

Input Schema

NameRequiredDescriptionDefault
collectionsNoCollection names to generate interfaces for (empty for all)
optionsNoGeneration options

Input Schema (JSON Schema)

{ "properties": { "collections": { "description": "Collection names to generate interfaces for (empty for all)", "items": { "type": "string" }, "type": "array" }, "options": { "description": "Generation options", "properties": { "includeRelations": { "description": "Whether to include relation types", "type": "boolean" } }, "type": "object" } }, "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