Skip to main content
Glama
xml_unroll.json961 B
{ "id": "xml_unroll", "schema": { "type": "object", "title": "", "required": ["unroll"], "properties": { "unroll": { "type": "string", "title": "Unroll elements regex", "description": "Path to array to unroll. Example: ^root\\.child\\.ElementToUnroll$" }, "inherit": { "type": "string", "title": "Copy elements regex", "description": "Regex matching elements to copy into each unrolled event. Example: ^root\\.(childA|childB|childC)$" }, "unrollIdxField": { "type": "string", "title": "Unroll index field", "description": "Add a field with this name, containing the index at which the item was located, starting from 0", "default": "unroll_idx" }, "pretty": { "type": "boolean", "title": "Pretty print", "description": "Pretty print the output XML", "default": 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/atree1023/snc-cribl-mcp'

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