Skip to main content
Glama
eval.json1.56 kB
{ "id": "eval", "schema": { "type": "object", "title": "", "additionalProperties": false, "properties": { "add": { "title": "Evaluate fields", "description": "Set of key-value pairs to evaluate and add/set", "type": "array", "items": { "type": "object", "required": ["value"], "properties": { "name": { "type": "string", "title": "Name" }, "value": { "type": "string", "title": "Value Expression", "description": "JavaScript expression to compute the value (can be constant)", "jsExpression": true }, "disabled": { "type": "boolean", "default": false, "description": "Set to No to disable the evaluation of an individual expression" } } } }, "keep": { "title": "Keep fields", "description": "List of fields to keep. Supports * wildcards. Takes precedence over 'Remove fields'.", "type": "array", "items": { "type": "string" } }, "remove": { "title": "Remove fields", "description": "List of fields to remove. Supports * wildcards. Fields that match 'Keep fields' will not be removed. Enclose field names containing special characters in single or double quotes.", "type": "array", "items": { "type": "string" } } } } }

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