Skip to main content
GET
List available tools on the runtime

Authorizations

Authorization
string
header
required

JWT token for authentication

Response

List of available tools

name
string

Tool name

description
string

Tool description

component_type
enum<string>

Agent Spec tool component_type discriminator.

  • server_tool — Executed in the same runtime environment
  • client_tool — Executed by the client, results returned to runtime
  • remote_tool — Triggered via RPC/REST calls
Available options:
server_tool,
client_tool,
remote_tool
inputs
object[]
outputs
object[]