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

Function toolSchemaAtom

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

Source from the content-addressed store, hash-verified

54 });
55
56export const toolSchemaAtom = (address: ToolAddress) =>
57 ExecutorApiClient.query("tools", "schema", {
58 query: { address },
59 timeToLive: "1 minute",
60 reactivityKeys: [ReactivityKey.tools],
61 });
62
63// ---------------------------------------------------------------------------
64// 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