Skip to main content

Griptape/tools

@webframp/griptape/toolsv2026.08.29.1· 12d agoMODELS
01README

Griptape Cloud Tools — hosted tools, activities, deployments, and tool runs

02Release Notes

2026.08.29.1

Added: Initial code-generated release of @webframp/griptape/tools with 12 methods covering the Griptape Cloud tools API surface.

03Models1
@webframp/griptape/toolsv2026.08.29.1griptape/tools.ts

Global Arguments

ArgumentTypeDescription
apiKey?stringGriptape Cloud API key; overrides the GT_CLOUD_API_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault.
baseUrl?stringGriptape Cloud API base URL; overrides the GT_CLOUD_BASE_URL environment variable and the built-in default.
fn get_tool_run(tool_run_id: string)
get operation
ArgumentTypeDescription
tool_run_idstring
fn list_tool_run_logs(tool_run_id: string)
list operation
ArgumentTypeDescription
tool_run_idstring
fn list_tools(page?: number, page_size?: number)
list operation
ArgumentTypeDescription
page?number
page_size?number
fn create_tool(code?: unknown, description?: string, env_vars?: array, name: string, tool_config_file?: string)
create operation
ArgumentTypeDescription
code?unknown
description?string
env_vars?array
namestring
tool_config_file?string
fn get_tool(tool_id: string)
get operation
ArgumentTypeDescription
tool_idstring
fn update_tool(tool_id: string, code?: unknown, description?: string, env_vars?: array, name?: string, tool_config_file?: string)
update operation
ArgumentTypeDescription
tool_idstring
code?unknown
description?string
env_vars?array
name?string
tool_config_file?string
fn delete_tool(tool_id: string)
delete operation
ArgumentTypeDescription
tool_idstring
fn create_tool_activity_run(tool_id: string, activity_path: string)
create operation
ArgumentTypeDescription
tool_idstring
activity_pathstring
fn list_tool_deployments(tool_id: string, page?: number, page_size?: number)
list operation
ArgumentTypeDescription
tool_idstring
page?number
page_size?number
fn create_tool_deployment(tool_id: string, code_source?: unknown, force?: boolean)
create operation
ArgumentTypeDescription
tool_idstring
code_source?unknown
force?boolean
fn get_tool_open_api_run(tool_id: string)
get operation
ArgumentTypeDescription
tool_idstring
fn list_tool_runs(tool_id: string, page?: number, page_size?: number, status?: string)
list operation
ArgumentTypeDescription
tool_idstring
page?number
page_size?number
status?stringComma-separated list of run statuses to filter by.

Resources

tool_run(infinite)— get operation
tool_run_logs(infinite)— list operation
tools(infinite)— list operation
tool(infinite)— create operation
tool_activity_run(infinite)— create operation
tool_deployments(infinite)— list operation
tool_deployment(infinite)— create operation
tool_open_api_run(infinite)— get operation
tool_runs(infinite)— list operation
04Stats
A
100 / 100
Downloads
0
Archive size
17.2 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
05Platforms
06Labels