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
json_unroll.json•503 B
{
"id": "json_unroll",
"schema": {
"type": "object",
"title": "",
"required": ["path"],
"properties": {
"path": {
"type": "string",
"title": "Path",
"description": "Path to array to unroll, such as foo.0.bar"
},
"name": {
"type": "string",
"title": "New name",
"description": "Name of each exploded array element in each new event. Leave empty to expand the array element with its original name."
}
}
}
}