Skip to main content
GET
get a tool

Authorizations

Authorization
string
header
required

your rumik api key, e.g. rk_live_.... create one in the rumik dashboard.

Path Parameters

tool_id
string<uuid>
required

the tool's id.

Response

ok.

a tool as stored. the credential is never returned.

id
string
required

the tool's id (default-… for built-ins).

name
string
required
description
string
required
kind
enum<string>
required

When in a call's life the agent reaches for the tool.

Available options:
before_call,
during_call
config
ToolConfig · object
required

Server-constructed (serialization_alias), see :class:AgentToolAuthView.

isDefault
boolean
default:false

true for the platform's built-in tools, which cannot be edited or deleted.

createdAt
string<date-time> | null
updatedAt
string<date-time> | null