Read Guide
read_guide
readOnlyHint: true
Parameters
This tool does not accept parameters.
Response
This tool returns JSON. A formal output schema is not declared.
Version 1.0.0 ยท 11 tools
MCP URL: https://dev.mcp.s-tech-services.at/e2-chat-bot-investigation
E2 ChatBot Investigation MCP exposes read-only analytics tools for investigating chatbot conversations, AI calls, pipeline runs, tool calls, and entity resolution issues.
read_guide
readOnlyHint: true
This tool does not accept parameters.
This tool returns JSON. A formal output schema is not declared.
list_conversation_investigation_suggestions
readOnlyHint: true
| Name | Type | Required | Description | Constraints |
|---|---|---|---|---|
user_id |
integer | No | Optional user ID to scope the conversation suggestions. | |
from |
string | No | Optional start datetime. | |
to |
string | No | Optional end datetime. | |
page |
integer | No | Page number. | |
per_page |
integer | No | Page size, maximum 50. | |
sort |
string | No | Optional suggestion ranking mode. |
problematic, failed_pipeline_runs, failed_ai_calls, problematic_tool_calls, unresolved_entity_events, long_runtime
|
exclude_without_reasons |
boolean | No | Exclude conversations without active investigation reasons. Defaults to true. |
This tool returns JSON. A formal output schema is not declared.
get_conversation_dossier
readOnlyHint: true
| Name | Type | Required | Description | Constraints |
|---|---|---|---|---|
conversation_id |
integer | Yes | Conversation ID. | |
include_message_previews |
boolean | No | Include message previews in the dossier. Defaults to true. |
This tool returns JSON. A formal output schema is not declared.
list_ai_call_logs
readOnlyHint: true
| Name | Type | Required | Description | Constraints |
|---|---|---|---|---|
search |
string | No | Numeric ID or exact UUID-style search value. | |
status |
string | No | Optional AI call status filter. |
pending, success, failed
|
problematic |
boolean | No | Filter to problematic AI calls. | |
tenants |
string | No | Optional comma-separated tenant IDs such as 5,9. | |
page |
integer | No | Page number. | |
per_page |
integer | No | Page size, maximum 100. | |
sort |
string | No | Sort column. |
id, provider_key, model_key, cost_total_in_dollar, runtime_in_ms, status, created_at
|
direction |
string | No | Sort direction. |
asc, desc
|
This tool returns JSON. A formal output schema is not declared.
get_ai_call_log
readOnlyHint: true
| Name | Type | Required | Description | Constraints |
|---|---|---|---|---|
ai_call_log_id |
integer | Yes | AI call log ID. |
This tool returns JSON. A formal output schema is not declared.
list_ai_call_tool_logs_for_call
readOnlyHint: true
| Name | Type | Required | Description | Constraints |
|---|---|---|---|---|
ai_call_log_id |
integer | Yes | AI call log ID. | |
page |
integer | No | Page number. | |
per_page |
integer | No | Page size, maximum 100. | |
sort |
string | No | Sort column. |
id, tool_name, mcp_tool_name, status, runtime_in_ms, created_at
|
direction |
string | No | Sort direction. |
asc, desc
|
This tool returns JSON. A formal output schema is not declared.
list_pipeline_runs
readOnlyHint: true
| Name | Type | Required | Description | Constraints |
|---|---|---|---|---|
search |
string | No | Numeric ID or exact UUID-style search value. | |
status |
string | No | Optional pipeline run status filter. |
pending, running, completed, failed
|
pipeline_id |
integer | No | Optional pipeline ID filter. | |
tenants |
string | No | Optional comma-separated tenant IDs such as 1,2,3. | |
page |
integer | No | Page number. | |
per_page |
integer | No | Page size, maximum 100. | |
sort |
string | No | Sort column. |
id, status, started_at, finished_at, runtime_in_ms, created_at
|
direction |
string | No | Sort direction. |
asc, desc
|
This tool returns JSON. A formal output schema is not declared.
get_pipeline_run
readOnlyHint: true
| Name | Type | Required | Description | Constraints |
|---|---|---|---|---|
pipeline_run_id |
integer | Yes | Pipeline run ID. |
This tool returns JSON. A formal output schema is not declared.
list_pipeline_step_runs
readOnlyHint: true
| Name | Type | Required | Description | Constraints |
|---|---|---|---|---|
pipeline_run_id |
integer | Yes | Pipeline run ID. | |
page |
integer | No | Page number. | |
per_page |
integer | No | Page size, maximum 100. | |
sort |
string | No | Sort column. |
id, pipeline_step_order, status, started_at, finished_at, runtime_in_ms
|
direction |
string | No | Sort direction. |
asc, desc
|
This tool returns JSON. A formal output schema is not declared.
list_entity_resolver_logs
readOnlyHint: true
| Name | Type | Required | Description | Constraints |
|---|---|---|---|---|
search |
string | No | Numeric ID or prefix search for requested or normalized values. | |
entity_key |
string | No | Optional entity key filter. | |
status |
string | No | Optional resolver status filter. |
resolved, not_resolved
|
source |
string | No | Optional resolver source filter. |
local_db, external_api
|
page |
integer | No | Page number. | |
per_page |
integer | No | Page size, maximum 100. | |
sort |
string | No | Sort column or supported camelCase alias. |
id, entity_key, latest_status, latest_source, total_count, resolved_count, not_resolved_count, cache_hit_count, entry_count, first_seen_at, last_seen_at, entityKey, latestStatus, latestSource, totalCount, resolvedCount, notResolvedCount, cacheHitCount, entryCount, firstSeenAt, lastSeenAt
|
direction |
string | No | Sort direction. |
asc, desc
|
This tool returns JSON. A formal output schema is not declared.
list_entity_resolver_log_entries
readOnlyHint: true
| Name | Type | Required | Description | Constraints |
|---|---|---|---|---|
resolver_log_id |
integer | Yes | Entity resolver log ID. | |
page |
integer | No | Page number. | |
per_page |
integer | No | Page size, maximum 100. |
This tool returns JSON. A formal output schema is not declared.