AI agents use honeycomb_query_create to create or update resources in Honeycomb — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Honeycomb environment.
This tool creates (writes) a query object in Honeycomb but explicitly does not execute it or retrieve data. It is a Write operation with low severity since it only stores a query definition and has no destructive or execution side effects.
From the tool's definition 'Create a query from a specification. DOES NOT run the query to retrieve results.'
Attacks that exploit this kind of access
Create a query from a specification. DOES NOT run the query to retrieve results. It is categorised as a Write tool in the Honeycomb MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the Honeycomb MCP server in PolicyLayer and add a rule for honeycomb_query_create: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Honeycomb. Nothing to install.
honeycomb_query_create is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the honeycomb_query_create rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for honeycomb_query_create. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
honeycomb_query_create is provided by the Honeycomb MCP server (kajirita2002/honeycomb-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Every MCP server has a record like this.
Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.
Teams ship this data inside their own products. See what a licence covers →