---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/context/thrift/relevance/interfaces/RelevanceToolCall.md
description: >-
  The minimal structural shape of a tool call this module attaches to the turn
  it occurred in.
---

# Interface: RelevanceToolCall

Defined in: [src/batteries/context/thrift/relevance.ts:169](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/context/thrift/relevance.ts#L169)

The minimal structural shape of a tool call this module attaches to the turn it occurred in.

## Properties

| Property                                    | Type      | Description                                                                                                                   | Defined in                                                                                                                                          |
| ------------------------------------------- | --------- | ----------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
|  `args?`          | `unknown` | The call's arguments, rendered via [argText](../functions/argText.md) into the turn's combined relevance text.                | [src/batteries/context/thrift/relevance.ts:177](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/context/thrift/relevance.ts#L177) |
|  `createdAt` | `string`  | Sortable creation timestamp (e.g. ISO-8601), compared against message timestamps to find which turn a call belongs to.        | [src/batteries/context/thrift/relevance.ts:172](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/context/thrift/relevance.ts#L172) |
|  `tool?`          | `string`  | The tool's name, folded into the turn's combined relevance text when present. Omit for a call with no resolved tool name yet. | [src/batteries/context/thrift/relevance.ts:175](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/context/thrift/relevance.ts#L175) |
