Skip to content

List Tools

GET
/api/etherforce/tools

Return every registered agent tool with usage stats.

Successful Response

ToolRegistryResponse

Wrapper for the registry catalog.

object
tools
required
Tools
Array<object>
ToolRegistryRow

One row in the agent-tool catalog.

agent_id is the primary (first) owner — kept for back-compat with the Studio panel. owners is the full list when a tool is shared across multiple agents (e.g. render_diagram is shared by every divine + standard agent).

object
name
required
Name
string
agentId
required
Agentid
string
owners
required
Owners
Array<string>
description
required
Description
string
parameterCount
required
Parametercount
integer
invocationCount
required
Invocationcount
integer
totalTools
required
Totaltools
integer
agentCount
required
Agentcount
integer