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
foldkeys.json•811 B
{
"id": "foldkeys",
"schema": {
"type": "object",
"properties": {
"deleteOriginal": {
"title": "Delete original",
"description": "When enabled (default), only the folded keys are kept. When disabled, the original entries are retained alongside the folded keys.",
"type": "boolean",
"default": true
},
"separator": {
"title": "Separator string",
"description": "Character or string used to separate key levels to be folded. Defaults to the dot (.) character.",
"type": "string",
"default": "."
},
"selectionRegExp": {
"title": "Selection regular expression",
"description": "Optional regular expression to select a subset of the keys to fold.",
"type": "string"
}
}
}
}