List SEToolBox calculation tools
setoolbox_list_toolsList the three SEToolBox calculation tools available to agents, returning each tool's name, description, and published input schema version.
Instructions
List the three SEToolBox calculation tools an agent can run through the folder exchange, with one-line descriptions and the input schema version each one currently publishes.
Returns: { "tools": [{ "name", "description", "inputSchemaVersion" | null }] }. A null version means the app has not written that schema file yet (the app must be running with agent runs allowed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||