Block 1 - Stream Schema Inspection
- Type / Role
- n8n-nodes-base.httpRequestTool - httpRequestTool
- Config choices
- Version 4.4
AI Observability Toolkit for OpenObserve MCP Server (Logs + Traces) An MCP server that exposes 10 specialized AI tools for deep observability over your OpenObserve logs and traces. Designed for ...
n8n-nodes-base.httprequesttool, @n8n/n8n-nodes-langchain.mcptrigger, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Taiwo Hassan.
Original n8n.io sourceAn MCP server that exposes 10 specialized AI tools for deep observability over your OpenObserve logs and traces.
Designed for AI agents to perform:
This server transforms OpenObserve into a structured, AI-queryable observability engine.
Instead of giving an AI raw log access, this MCP server provides purpose-built forensic tools.
The AI can:
Purpose: Allows the AI to see available fields before constructing queries.
What it does:
DESCRIBE defaultPurpose: Groups identical error messages to reveal true root causes.
What it does:
messagePurpose: Detects sudden spikes in log volume.
What it does:
_timestampPurpose: Summarizes common log prefixes to understand normal behavior.
What it does:
messagePurpose: Identifies the slowest 1% of operations.
What it does:
approx_percentile_cont(duration, 0.99)operation_namePurpose: Detects slow initialization spans.
What it does:
operation_name = 'init'Purpose: Finds which external service causes the most delay.
What it does:
service_namePurpose: Flexible SQL execution for logs.
What it does:
Purpose: Pinpoints exactly which span failed inside a trace.
What it does:
status_code >= 400trace_idspan_id and operation_namePurpose: Flexible SQL execution for trace data.
What it does:
ai_tool bindingsstart_time and end_time/api/default/_search/api/default/_search?type=tracesThe AI can now answer all of these using your real telemetry.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Analyze OpenObserve logs and traces with an AI MCP observability toolkit |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | DevOps, AI RAG |
| Author | Taiwo Hassan |
| Published | 04 May 2026 |
Use the JSON export at /data/workflows/15478/15478.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
AI Observability Toolkit for OpenObserve MCP Server (Logs + Traces) An MCP server that exposes 10 specialized AI tools for deep observability over your OpenObserve logs and traces. Designed for ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your DevOps, AI RAG use case.