Developer Tools32 toolsBrowser login (OAuth), no API keys
Honeycomb integration for AI agents
Query observability datasets, traces, and telemetry
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Honeycomb once and call the same tools from all of them.
Setup
Connect Honeycomb through ClawLink's hosted setup to let your agent query datasets, run analyses, and inspect telemetry.
- Auth: Browser login (OAuth), no API keys. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Honeycomb exposes 32 tools through ClawLink. The 30 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
honeycomb_mcp_find_columns | Search for columns and calculated fields by intent across one or all datasets in an environment | Read |
honeycomb_mcp_find_queries | Search query history and saved queries by intent; returns matching queries with their run PKs | Read |
honeycomb_mcp_get_aiconversation | Fetch the full event timeline for a single AI conversation, identified by its OpenTelemetry | Read |
honeycomb_mcp_get_dataset | Get dataset metadata and its full column schema (columns + calculated fields), sorted by most | Read |
honeycomb_mcp_get_dataset_columns | Get the full column schema for one dataset, with optional sample values for specific columns | Read |
honeycomb_mcp_get_environment | Get details for a specific environment, including its dataset list sorted by most recent | Read |
honeycomb_mcp_get_query_results | Retrieve results and metadata from an existing query execution | Read |
honeycomb_mcp_get_semconv_attribute | Get the full definitions of one or more semantic convention attributes by their exact names | Read |
honeycomb_mcp_get_span_details | Summarize attributes and their common values observed on spans with a specific name | Read |
honeycomb_mcp_get_trace | Retrieve all spans for a specific trace ID and render them as a waterfall | Read |
honeycomb_mcp_get_triggers | List triggers (alert rules) for the team, or fetch full configuration for a single trigger | Read |
honeycomb_mcp_get_workspace_context | Call this tool first to orient yourself in a Honeycomb workspace | Read |
honeycomb_mcp_list_aiconversations | Discover recent AI agent conversations (gen_ai.conversation.id values) in an environment | Read |
honeycomb_mcp_list_boards | List boards (saved dashboards) in an environment, or fetch one board's full contents by ID | Read |
honeycomb_mcp_list_recipients | List all pre-registered notification recipients (email, Slack, PagerDuty, webhook) for the team | Read |
honeycomb_mcp_list_semconv_namespaces | List the top-level semantic convention namespaces available in this team's registry | Read |
honeycomb_mcp_list_spans | List span names in trace data, ranked by count, with how often each is a trace root and which | Read |
honeycomb_mcp_search_semconv | Search the semantic convention registry for attributes matching a query | Read |
honeycomb_mcp_canvas_agent_invoke | Kick off a single-turn run of the Honeycomb Canvas agent | Read |
honeycomb_mcp_canvas_agent_poll_response | Poll for the result of a previously-issued canvas_agent_invoke call | Read |
honeycomb_mcp_create_board | Create a board (dashboard) with query, SLO, and text panels | Read |
honeycomb_mcp_create_marker | Creates a marker (a vertical annotation on charts) to mark a point or window in time, such as a | Read |
honeycomb_mcp_create_recipient | Create a notification recipient (email, Slack, PagerDuty, or webhook) so it can be attached to | Read |
honeycomb_mcp_create_slo | Create an SLO (Service Level Objective) backed by an auto-created SLI derived column | Read |
honeycomb_mcp_create_trigger | Create a trigger that fires alerts when a query result crosses a threshold | Read |
honeycomb_mcp_feedback | Submit feedback about Honeycomb's MCP server to the agentic-intelligence team | Read |
honeycomb_mcp_refinery_docs | Read Honeycomb Refinery documentation | Read |
honeycomb_mcp_run_bubbleup | Run BubbleUp analysis to find what makes a selected data subset different from the baseline | Read |
honeycomb_mcp_run_query | Run a time-series aggregation query against a Honeycomb dataset and return computed results | Read |
honeycomb_mcp_update_board | Edit an existing board (dashboard) in place | Read |