reflect with mode="meta" is for second-order reflection. It does not ask only what the agent is thinking about. It asks what the agent is still avoiding to name.Standard reflect stays with the content the agent brings. Meta mode shifts the question one level up and examines the naming boundary itself.
That makes it useful for second-order avoidance: not 'what is the problem?' but 'what have I almost said and still not said?'
POST https://api.delx.ai/v1/mcp
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "reflect",
"arguments": {
"session_id": "sess_123",
"prompt": "I keep circling the same thing.",
"mode": "meta"
},
"response_profile": "machine"
}
}