Griptape
Griptape is a comprehensive platform offering tools and frameworks for building, deploying, and scaling generative AI applications.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Griptape authenticates with an API key. Generate the credential in your Griptape account, then paste it into FlyMyAI the first time an agent uses a Griptape action.
Get your Griptape credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Griptape Cloud API Key | Your Griptape Cloud API key. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
GRIPTAPE_ASSISTANT_CREATION | Tool to create a new assistant. Use when you need to register a uniquely named assistant in Griptape Cloud before initiating runs. | alias |
GRIPTAPE_ASSISTANT_LISTING | Tool to list all assistants. Use after authenticating with Griptape Cloud to retrieve available assistants. Supports optional pagination. | - |
GRIPTAPE_ASSISTANT_RUN_CANCELLATION | 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_id |
GRIPTAPE_ASSISTANT_RUN_CREATION | Tool to initiate a new assistant run. Use when starting a fresh execution with custom arguments or resources after selecting the assistant. | assistant_id |
GRIPTAPE_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. | run_id |
GRIPTAPE_ASSISTANT_RUN_EVENTS_STREAM | Tool to stream real-time events for a specific Assistant run. Use after initiating a run to monitor its progress. | assistant_run_id |
GRIPTAPE_ASSISTANT_RUN_LISTING | Tool to list all runs for a given assistant. Use when you need historical run executions for analysis after using the assistant. | assistant_id |
GRIPTAPE_ASSISTANT_RUN_LOGS_RETRIEVAL | Tool to retrieve logs generated during the execution of a specific assistant run. Use after confirming the run_id to fetch all log events once the run has completed. | assistant_run_id |
GRIPTAPE_ASSISTANT_RUN_RESULT_RETRIEVAL | Tool to fetch the final result of a completed assistant run. Use after confirming the run has finished to retrieve its final assistant-generated output. | run_id |
GRIPTAPE_ASSISTANT_RUN_RETRIEVAL | Tool to retrieve an assistant run's status and details. Use when you need current status and metadata for a specific assistant run. | assistant_run_id |
GRIPTAPE_ASSISTANT_RUN_RETRY | Tool to retry a previously failed assistant run. Use when a run has failed and you need to rerun it with the same parameters. | run_id |
GRIPTAPE_GET_RULESET_BY_ALIAS | Tool to retrieve a ruleset by its alias. Use after confirming the alias to fetch the ruleset's details from Griptape Cloud. | alias |
GRIPTAPE_LIST_EMBEDDING_DRIVERS | Tool to list available embedding drivers. Use when you need to retrieve supported drivers and their models before embedding text. | - |
GRIPTAPE_RULESET_CREATION | Tool to create a new ruleset. Use when you need to define a new set of rules with a unique alias before executing runs. | alias |
GRIPTAPE_TOOL_CREATION | Tool to create a new tool in Griptape Cloud. Use when you need to deploy a tool from a Git repo or ZIP archive. | name |
GRIPTAPE_TOOL_DEPLOYMENT_STATUS_RETRIEVAL | Tool to retrieve status of a specific tool deployment. Use after creating a deployment to poll its progress. | tool_id, deployment_id |
GRIPTAPE_TOOL_LISTING | Tool to list all tools. Use when you need to discover available tools and their IDs in Griptape Cloud. | - |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Griptape!