---
title: "Call Genie Tool"
method: POST
path: "/api/databricks/genie/call"
tags: ["databricks"]
---

# Call Genie Tool

`POST /api/databricks/genie/call`

Invoke a Genie tool as the acting user and return the cited result.

## Request body

- GenieToolCallRequest — Invoke one Genie MCP tool.
  - `tool_name` string, required
  - `arguments` object

## Response `200`

Successful Response

- GenieToolCallResponse — A Genie tool result plus the citation needed to display it.
  - `result` object, required
  - `source` GenieSourceResponse, required — Provenance for a Genie result, required for attribution.
    - `workspace_host` string, required
    - `genie_agent_id` string, required
    - `space_url` string, required
    - `powered_by` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/quadrillion/apis/quadrillion-cloud-api.md) · [All operations](https://skmtc.net/quadrillion/apis/quadrillion-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quadrillion/quadrillion-cloud-api/revisions/399077308c86/schema)
