---
title: "POST /v2/{+name}:execute"
method: POST
path: "/v2/{+name}:execute"
tags: ["projects"]
---

# POST /v2/{+name}:execute

`POST /v2/{+name}:execute`

Executes a specific tool.

## Path parameters

- `name` string, required

## Request body

- ExecuteToolRequest — Request message for ConnectorAgentService.ExecuteTool
  - `parameters` object — Input parameters for the tool.
  - `executionConfig` ExecutionConfig
    - `headers` string — headers to be used for the request. For example: headers:'{"x-integration-connectors-managed-connection-id":"conn-id","x-integration-connectors-runtime-config":"runtime-cfg"}'
  - `toolDefinition` object — Tool definition for the tool to be executed.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/connectors.md) · [All operations](https://skmtc.dev/google/apis/connectors/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/connectors/revisions/1153921b6f7b/schema)
