Skip to main content
Glama
conditional-permissions.json507 B
{ "collections": [ { "collectionId": "users", "operations": ["read", "query"], "conditions": [ { "field": "role", "operator": "==", "value": "public" } ] }, { "collectionId": "posts", "operations": ["read", "write", "query", "delete"], "conditions": [ { "field": "visibility", "operator": "==", "value": "public" } ] } ], "defaultAllow": false }

Latest Blog Posts

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/devlimelabs/firestore-mcp'

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