Skip to main content

Built-in MCP Server Tools

Overview

ONE MCP service is Bonree ONE's built-in MCP Server, pinned first in Resources > Tools > MCP Services with a Built-in badge. It cannot be edited or deleted.

It currently provides 61 tools covering alerts, events, logs, traces, entities, metrics, mobile apps, relationships, tags, observation perspectives, and dashboards. Select these tools when orchestrating Agents in Workspace; external MCP clients can invoke the same tools via MCP Key.

In the ONE MCP detail drawer Tools tab, filter by tag category and click a tool for description, parameters, and output examples.

image-20260724153601885


Category overview

CategoryCountDescription
Alerts2Single alert detail and alert list search
Events2Event list and event type dictionary
Logs2Structured and raw log query
Traces3APM trace list and detail
Entities4Entity search, list, types, and fields
Infrastructure1Host top processes by resource
Metrics4Metric data, metadata, dimensions, time series
System services3Connection pools, slow SQL, error ratios
General2HTTP requests and scheduled tasks
Mobile apps13Crashes, ANR, JS errors, network, app management
Relationships3Entity relations and topology subgraph
Tags11Tag and tag key CRUD
Observation5APM observation perspective management
Dashboards6Dashboard query and component management

Alerts

ToolIDSummary
Get alert detailget_alert_by_idQuery single alert by known alert_id; get summary, related entities, suggested time window
Alert listsearch_alertsBatch search alerts by time range and conditions

Events

ToolIDSummary
Event listlist_eventsList events for entity or account environment
Event type listlist_event_typesEvent type dictionary for filtering

Logs

ToolIDSummary
Log listlist_logsQuery logs across targets/accounts by pattern
Raw log queryquery_raw_logsQuery raw log lists

Traces

ToolIDSummary
List APM traceslist_apm_tracesList error/slow APM traces
Trace detailget_trace_detail_by_idTrace detail by ID
Effective trace detailget_effective_trace_detailEffective trace detail with entity context

Entities

ToolIDSummary
Search entitiessearch_entitySearch by entity type and keywords
List entitiesget_entitiesGet entity instance list
List entity typeslist_entity_typesAvailable entity types
List entity fieldslist_entity_fieldsFields for an entity type

Infrastructure

ToolIDSummary
Host top processeslist_host_top_processes_by_resourceTop processes by resource type on host

Metrics

ToolIDSummary
Query metricquery_metricQuery metric data
Search metric metadatasearch_metric_metadataSearch metric metadata
List metric dimensionslist_metric_dimensions_by_metric_idDimensions by metric ID
Metric time seriesquery_metric_by_target_idTime series by target ID

System services

ToolIDSummary
List connection poolslist_connection_poolsDatabase connection pool list
Top slow SQLlist_top_slow_sqlTop slow SQL statements
APM error ratiolist_apm_error_ratioError ratio TOP list and detail

General

ToolIDSummary
HTTP requestsend_http_requestSend generic HTTP request
Create scheduled taskcreate_scheduled_taskCreate scheduled task

Mobile apps

ToolIDSummary
List app crasheslist_app_crashMobile app crash list
List JS errorslist_app_js_errorJS error list
List ANRlist_app_anrANR list
Crash detailget_app_crash_detailSingle crash detail
ANR detailget_app_anr_detailSingle ANR detail
JS error detailget_app_js_error_detailSingle JS error detail
List app requestslist_app_requestNetwork request list
Request detailget_app_request_detailSingle request detail
Create appcreate_appCreate mobile app
Delete appdelete_appDelete mobile app
Update monitor stateupdate_app_monitor_stateUpdate app monitoring state
Get collect configget_data_collect_configRead data collection config
Update collect configupdate_data_collect_configUpdate data collection config

Relationships

ToolIDSummary
One-hop related entitiesget_one_hop_related_entitiesRelated entities by relation edge
Related by metricget_related_entities_by_metricEntities related via metric dimensions
Entity subgraphget_entity_subgraphEntity relationship subgraph

Tags

ToolIDSummary
List tagslist_user_tagsUser tag list
Create tagcreate_tagCreate tag
Update tagupdate_tagUpdate tag
Delete tagdelete_tagDelete tag
List tag keyslist_tag_keysTag key list
Create tag keycreate_tag_keyCreate tag key
Update tag keyupdate_tag_keyUpdate tag key
Delete tag keydelete_tag_keyDelete tag key
Tags by keylist_tags_by_keyTags under a key
Add entity tagsadd_entity_tags_batchBatch add tags to entities
Remove entity tagsremove_entity_tagsRemove tags from entities

Observation

ToolIDSummary
List perspectiveslist_observation_perspectivesAPM observation perspective list
Create perspectivecreate_observation_perspectiveCreate perspective
Update perspectiveupdate_observation_perspectiveUpdate perspective
Delete perspectivedelete_observation_perspectiveDelete perspective
List entity typeslist_observation_entity_typesEntity types available in perspective

Dashboards

ToolIDSummary
List dashboardslist_dashboardsDashboard list
Get dashboardget_dashboardDashboard detail
Create dashboardcreate_dashboardCreate dashboard
Update nameupdate_dashboard_nameRename dashboard
Add componentcreate_dashboard_componentAdd chart/card to dashboard
Delete dashboardsdelete_dashboardsBatch delete dashboards

How to use

Select in Agent orchestration

  1. Create or edit an Agent in Workspace, MCP tools step.
  2. Select tools from ONE MCP service (use categories above).
  3. Publish and test in Sage AI or Automation.

Read tool details in UI

  1. Resources > Tools, open ONE MCP service.
  2. Tools tab: filter by tag or search; click a tool for full docs.

Invoke via MCP Key externally

External clients using MCP Key call the same tools; scope follows Key environment/domain binding.


Notes

  • Tool count and names follow the current platform version; UI is authoritative after upgrades.
  • Some tools have explicit boundaries (e.g., get_alert_by_id for single ID only; use search_alerts for lists).
  • Built-in ONE MCP only; custom MCP tools are not covered here.
  • Validate parameters and outputs via detail Output example before production orchestration.