Most agent observability tools only let your agents send traces in. GlassFlow goes the other direction: query AI agent traces via MCP, understand what broke, and open a fix. No dashboard required.
Every query your agent makes is a first-class trace. See what it asked, which tool ran, how long it took, and what it cost.
| Time | Tool | Agent | Duration | Tokens | Status | Cost |
|---|---|---|---|---|---|---|
| 09:14:02 | web_search | document-processor | 2140ms | 1,200 | success | $0.018 |
| 09:16:38 | read_file | document-processor | 310ms | 420 | success | $0.003 |
| 09:19:55 | write_file | document-processor | 180ms | 580 | success | $0.004 |
| 09:22:11 | web_search | sales-outreach-agent | 3200ms | 1,800 | error | $0.024 |
One MCP server, any client. Query GlassFlow from Claude Code, Codex, Windsurf, or Cursor.
Your agent queries GlassFlow at the start of each run, reads what failed last time, and adjusts before making the same mistake again.
Ask which workflow is slowest, which user spends the most tokens, which tool fails most often. Get answers in natural language.