MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / toolSchemaAtom

Function toolSchemaAtom

packages/react/src/api/atoms.tsx:57–62  ·  view source on GitHub ↗
(address: ToolAddress)

Source from the content-addressed store, hash-verified

55 });
56
57export const toolSchemaAtom = (address: ToolAddress) =>
58 ExecutorApiClient.query("tools", "schema", {
59 query: { address },
60 timeToLive: "1 minute",
61 reactivityKeys: [ReactivityKey.tools],
62 });
63
64// ---------------------------------------------------------------------------
65// Integrations — the tenant-shared catalog (was `sources`).

Callers 2

ToolDetailFunction · 0.90
ToolRunPanelFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected