Skip to main content
Glama
sampling.json963 B
{ "id": "sampling", "schema": { "type": "object", "title": "", "properties": { "rules": { "type": "array", "title": "Sampling rules", "description": "Events matching these rules will be sampled at the given rate", "items": { "type": "object", "required": ["filter", "rate"], "additionalProperties": false, "properties": { "filter": { "title": "Filter", "type": "string", "description": "JavaScript filter expression matching events to be sampled. Use true to match all.", "default": "true", "jsExpression": true }, "rate": { "title": "Sampling Rate", "type": "integer", "description": "Sampling rate; picks one out of N matching events", "default": 1 } } } } } } }

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/atree1023/snc-cribl-mcp'

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