---
title: "Get Datamate Knowledge Engine Description"
method: GET
path: "/datamates/{datamate_id}/knowledge_engine_description"
tags: ["Datamates"]
---

# Get Datamate Knowledge Engine Description

`GET /datamates/{datamate_id}/knowledge_engine_description`

Get formatted knowledge engine description for MCP tool configuration.

Returns a plain text description that can be used as an MCP tool description,
including information about available knowledge bases and their purposes.

## Path parameters

- `datamate_id` integer, required

## Response `200`

Successful Response

- DatamateKnowledgeEngineDescriptionResponse
  - `description` string, required

## Other responses

- `400` — Invalid request
- `403` — Forbidden
- `404` — Datamate not found
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/103580dad816/schema)
