---
title: "SyncAgentToolsBody"
description: "Request body for an Agent operation."
section: "Reference"
group: "Types"
order: 7
---

## Definition

```ts
interface SyncAgentToolsBody {
  toolIds: Array<string>;
}
```

## Fields

| Field     | Type            | Notes                                                                        |
| --------- | --------------- | ---------------------------------------------------------------------------- |
| `toolIds` | `Array<string>` | `required` — Full set of tool IDs to expose to this agent as LLM tool calls. |
