Griptape is a comprehensive platform offering tools and frameworks for building, deploying, and scaling generative AI applications.
Tool to create a new assistant. Use when you need to register a uniquely named assistant in Griptape Cloud before initiating runs.
Tool to list all assistants. Use after authenticating with Griptape Cloud to retrieve available assistants. Supports optional pagination.
Tool to cancel an ongoing assistant run. Use when you need to stop a run prematurely after confirming the run ID is valid.
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.
Tool to fetch detailed error information for a specific assistant run. Use after an assistant run has failed to inspect error details.
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.