Skip to main content
POST
Duplicate Tool
Create a copy of an existing tool. The duplicated tool gets a new ID and can optionally be given a new name.
Agent-as-tool type tools cannot be duplicated. Attempting to duplicate an agent-as-tool returns an error.

Authorizations

Authorization
string
header
required

Your Seekr API key, sent in the Authorization header with no 'Bearer' prefix.

Path Parameters

tool_id
string
required

Body

application/json

Request schema for duplicating a tool.

name
string | null

Response

Resource created

id
string
required
name
string
required
config
FileSearchConfig · object
required
user_id
string
required
team_id
string | null
required
status
enum<string>
required
Available options:
Active,
Inactive,
Deprecated,
Pending_authorization,
Failed
version
integer
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
description
string | null
type
string
default:file_search
Allowed value: "file_search"
Last modified on July 31, 2026