Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
pocketbase-mcp-server
Claim
by
DynamicEndpoints
GitHub
Databases
JavaScript
MIT License
24
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
delete_record
Delete a record
Input Schema
Name
Required
Description
Default
collection
Yes
Collection name
id
Yes
Record ID
Input Schema (JSON Schema)
{ "properties": { "collection": { "description": "Collection name", "type": "string" }, "id": { "description": "Record ID", "type": "string" } }, "required": [ "collection", "id" ], "type": "object" }
Install Server
You must be
authenticated
.
Other Tools
create_collection
query_collection
create_record
list_records
update_record
delete_record
authenticate_user
create_user
get_collection_schema
backup_database
import_data
migrate_collection
manage_indexes