Get Tool Version
Fetch what one published version of a tool actually contains.
get_tool lists the versions and when each was published; this returns the
frozen definition itself — the arguments, behaviour flags and operation tree
exactly as they were at that publish. Use it to see what changed between two
versions, or between a version and the current draft.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response
One frozen version, unpacked: the definition that ran, beside its metadata.
The same fields a ToolResponse carries, so a caller can diff a version
against the draft — or against another version — without reshaping either.
- HttpOperation
- CodeOperation
- FrontendRpcOperation
- IfOperation
- SetVariableOperation
- SayOperation
- GenerateReplyOperation
- AddMessageOperation
- EndCallOperation
- HandoffOperation
- TransferOperation