---
title: "create"
method: POST
path: "/api/plazma_query_tools"
tags: ["PlazmaQueryTool"]
---

# create

`POST /api/plazma_query_tools`

## Request body

- object
  - `data` object, required
    - `type` string, required
    - `attributes` object, required
      - `projectId` string, required
      - `name` string, required
      - `maxRows` integer
      - `timeoutSeconds` integer

## Response `201`

creates a new PlazmaQueryTool with minimal parameters (uses defaults)

## Other responses

- `400` — POST /api/plazma_query_tools rejects {"updatedAt":1}
- `422` — POST /api/plazma_query_tools rejects {"timeoutSeconds":60.5}

---

[API](https://skmtc.net/treasure/apis/llm-api.md) · [All operations](https://skmtc.net/treasure/apis/llm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasure/llm-api/revisions/56f275763358/schema)
