diff --git a/apps/web/src/app/sdk/page.tsx b/apps/web/src/app/sdk/page.tsx index 09c1522..116dde1 100644 --- a/apps/web/src/app/sdk/page.tsx +++ b/apps/web/src/app/sdk/page.tsx @@ -153,7 +153,33 @@ Use registrySearch to find tools, then registryExecute to run them.\`, {/* registrySearchTool */}
-

registrySearchTool

+
+

registrySearchTool

+
+ + + + + npm + + + + + + GitHub + +
+

Search the TPMJS registry to find tools for any task. Returns metadata including the{' '} toolId needed for execution. @@ -253,7 +279,33 @@ Use registrySearch to find tools, then registryExecute to run them.\`, {/* registryExecuteTool */}

-

registryExecuteTool

+
+

registryExecuteTool

+
+ + + + + npm + + + + + + GitHub + +
+

Execute any tool from the registry by its toolId . Tools run in a secure sandbox—no local installation required. @@ -529,18 +581,9 @@ const tools = await tpmjs.loadCollection('my-company/internal-tools');`}

Give your AI agent access to thousands of tools in minutes.

-
- - - +
- @@ -550,6 +593,41 @@ const tools = await tpmjs.loadCollection('my-company/internal-tools');`}
+
+ + + + + @tpmjs/registrySearch + + + + + + @tpmjs/registryExecute + + + + + + View on GitHub + +