---
title: "Register Tool"
method: POST
path: "/api/v1/benchmarks/tools/{tool_id}/register"
tags: ["benchmarks"]
---

# Register Tool

`POST /api/v1/benchmarks/tools/{tool_id}/register`

Finalize an uploaded tool into an org registry row (deduped by content hash).

## Path parameters

- `tool_id` string, required

## Request body

- RegisterToolRequest
  - `name` string, required
  - `description` string
  - `parameters` object
  - `entrypoint` string
  - `timeout_seconds` number, nullable

## Response `201`

Successful Response

- Tool
  - `tool_id` string, required
  - `organization_id` string, required
  - `name` string, required
  - `description` string, nullable
  - `parameters` object
  - `artifact_uri` string, nullable
  - `entrypoint` string, nullable
  - `timeout_seconds` number, nullable
  - `content_hash` string, nullable
  - `created_at` string, date-time, required

---

[API](https://skmtc.dev/trajectory/apis/trajectory-api.md) · [All operations](https://skmtc.dev/trajectory/apis/trajectory-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trajectory/trajectory-api/revisions/d930b23b9602/schema)
