---
title: "Call Tool"
method: POST
path: "/ai/services/tools/call"
tags: ["AI Services"]
---

# Call Tool

`POST /ai/services/tools/call`

## Request body

- ToolCallRequestModel
  - `name` string, required
  - `arguments` object

## Response `200`

Successful Response

- ToolCallResponseModel
  - `content` ToolCallTextContent[]
    - `type` 'text'
    - `text` string, required
  - `structuredContent` object, nullable
  - `isError` boolean
  - `meta` ToolCallMeta
    - `trace_id` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-02-24** `42bb75a1c2e6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/ai/services/tools/call/post.md)

---

[API](https://skmtc.dev/agenta-ai/apis/agenta-api.md) · [All operations](https://skmtc.dev/agenta-ai/apis/agenta-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agenta-ai/agenta-api/revisions/8fcd55a5a656/schema)
