MCPcopy Index your code
hub / github.com/simstudioai/sim / getTool

Function getTool

apps/sim/providers/utils.test.ts:1558–1563  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

1556
1557 const getAllBlocks = () => [tableBlockDef]
1558 const getTool = (id: string) => ({
1559 id,
1560 name: 'Query Rows',
1561 description: 'Query table rows',
1562 params: {},
1563 })
1564
1565 const transformTable = (
1566 params: Record<string, unknown>,

Callers 1

transformBlockToolFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected