Iron Gorilla Developers

ToolReference

Connector-qualified tool reference used by `kernel.invokeTool()`.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface ToolReference

Remarks

Tool names are not globally unique across MCP servers and native integrations. This structured reference lets runtime dispatch, policy evaluation, audit, and connector deletion checks identify the exact owning connector.

Properties

  • source (ToolReferenceSource): Connector runtime that owns the tool.
  • connectorId (string): Owning MCP server or native integration id.
  • toolId (string): Tool identifier within the owning connector.

On this page