Skip to content

ref(tools): rename search_tools and execute_tool to search_sentry_tools and execute_sentry_tool#1085

Merged
dcramer merged 1 commit into
mainfrom
ref/rename-search-execute-tools
Jun 11, 2026
Merged

ref(tools): rename search_tools and execute_tool to search_sentry_tools and execute_sentry_tool#1085
dcramer merged 1 commit into
mainfrom
ref/rename-search-execute-tools

Conversation

@dcramer

@dcramer dcramer commented Jun 11, 2026

Copy link
Copy Markdown
Member

Adds an explicit sentry prefix to the two gateway tool names to reduce confusion for agents that have other execute_tool or search_tools primitives in scope.

What changed

  • search_toolssearch_sentry_tools
  • execute_toolexecute_sentry_tool

Coverage: source (execute-tool.ts, search-tools.ts, surfaces.ts, tool-call-formatting.ts, index.ts, schema.ts, update-issue.ts), all tests, plugin manifests (plugins/sentry-mcp, plugins/sentry-mcp-experimental), docs, agent skill, and auto-generated toolDefinitions.json / skillDefinitions.json.

What was NOT changed

OTel semantic convention values are intentionally preserved:

  • gen_ai.operation.name: "execute_tool" — predefined OTel gen_ai value for tool execution
  • op: "gen_ai.execute_tool" — OTel span operation following gen_ai conventions
  • op: "mcp.execute_tool" — internal span op type

Verified

pnpm run tsc && pnpm run lint && pnpm run test — 79 test files passed (1151 tests).


View Session in Sentry

…ls and execute_sentry_tool

Adds explicit Sentry prefix to the gateway tool names to reduce ambiguity
for agents that may have other execute_tool or search_tools primitives in
scope. All source files, tests, docs, plugin manifests, and auto-generated
definitions updated comprehensively.

OTel semantic convention values (gen_ai.operation.name: execute_tool,
op: gen_ai.execute_tool, mcp.execute_tool span op) are intentionally
preserved as they follow upstream standards.

Co-Authored-By: Claude Sonnet 4.5 (Anthropic)

Co-Authored-By: sentry-junior[bot] <264270552+sentry-junior[bot]@users.noreply.github.com>
@dcramer dcramer marked this pull request as ready for review June 11, 2026 19:16
@dcramer dcramer merged commit d3f133e into main Jun 11, 2026
20 checks passed
@dcramer dcramer deleted the ref/rename-search-execute-tools branch June 11, 2026 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant