Griptape
Griptape

Griptape is a comprehensive platform offering tools and frameworks for building, deploying, and scaling generative AI applications.

Completely Secure
43086VIEWS
2129USERS

Tools

1 of 25

Assistant Creation

Tool to create a new assistant. Use when you need to register a uniquely named assistant in Griptape Cloud before initiating runs.

List Assistants

Tool to list all assistants. Use after authenticating with Griptape Cloud to retrieve available assistants. Supports optional pagination.

Cancel Assistant Run

Tool to cancel an ongoing assistant run. Use when you need to stop a run prematurely after confirming the run ID is valid.

Assistant Run Creation

Creates a new assistant run to execute a conversation turn with a Griptape Cloud assistant. Use this action to send input messages to an assistant and initiate processing. The run is queued and processed asynchronously. Use the assistant run retrieval or result retrieval actions to get the output once complete.

Get Assistant Run Error Details

Tool to fetch detailed error information for a specific assistant run. Use after an assistant run has failed to inspect error details.

Stream Assistant Run Events

Retrieves all events emitted during an Assistant run execution. Use this to monitor run progress, view model responses, and access streaming text chunks. Requires a valid assistant_run_id from a previously created run.