# Call Agent Tools (MCP) Asset Tool

Endpoint: POST /studio-copilot/api/v1/mcp-servers/mcp/{asset_id}/tool-api/{tool_id}
Version: v1.0.0

## Path parameters:

  - `asset_id` (string, required)
    Example: "dba9e6e8-7fbf-42f9-baf4-78747fb3e125"

  - `tool_id` (string, required)
    Tool ID as configured in the asset (for example, search-data or load-data).
    Example: "search-data"

## Query parameters:

  - `draft` (boolean)
    Set to true to call the draft version of the asset.

## Response 422 fields (application/json):

  - `error` (string, required)

  - `attribute` (string)

  - `errorCode` (string)

  - `additionalInfo` (string)


## Response 404 fields
