Griptape/tools
@webframp/griptape/toolsv2026.08.29.1
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.
03Models
@webframp/griptape/toolsv2026.08.29.1griptape/tools.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| apiKey? | string | Griptape Cloud API key; overrides the GT_CLOUD_API_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| baseUrl? | string | Griptape 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
| Argument | Type | Description |
|---|---|---|
| tool_run_id | string |
fn list_tool_run_logs(tool_run_id: string)
list operation
| Argument | Type | Description |
|---|---|---|
| tool_run_id | string |
fn list_tools(page?: number, page_size?: number)
list operation
| Argument | Type | Description |
|---|---|---|
| page? | number | |
| page_size? | number |
fn create_tool(code?: unknown, description?: string, env_vars?: array, name: string, tool_config_file?: string)
create operation
| Argument | Type | Description |
|---|---|---|
| code? | unknown | |
| description? | string | |
| env_vars? | array | |
| name | string | |
| tool_config_file? | string |
fn get_tool(tool_id: string)
get operation
| Argument | Type | Description |
|---|---|---|
| tool_id | string |
fn update_tool(tool_id: string, code?: unknown, description?: string, env_vars?: array, name?: string, tool_config_file?: string)
update operation
| Argument | Type | Description |
|---|---|---|
| tool_id | string | |
| code? | unknown | |
| description? | string | |
| env_vars? | array | |
| name? | string | |
| tool_config_file? | string |
fn delete_tool(tool_id: string)
delete operation
| Argument | Type | Description |
|---|---|---|
| tool_id | string |
fn create_tool_activity_run(tool_id: string, activity_path: string)
create operation
| Argument | Type | Description |
|---|---|---|
| tool_id | string | |
| activity_path | string |
fn list_tool_deployments(tool_id: string, page?: number, page_size?: number)
list operation
| Argument | Type | Description |
|---|---|---|
| tool_id | string | |
| page? | number | |
| page_size? | number |
fn create_tool_deployment(tool_id: string, code_source?: unknown, force?: boolean)
create operation
| Argument | Type | Description |
|---|---|---|
| tool_id | string | |
| code_source? | unknown | |
| force? | boolean |
fn get_tool_open_api_run(tool_id: string)
get operation
| Argument | Type | Description |
|---|---|---|
| tool_id | string |
fn list_tool_runs(tool_id: string, page?: number, page_size?: number, status?: string)
list operation
| Argument | Type | Description |
|---|---|---|
| tool_id | string | |
| page? | number | |
| page_size? | number | |
| status? | string | Comma-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