griptape-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GRIPTAPE_MCP_DB_PATH | No | Optional path to a local SQLite database for Griptape documentation. If not provided, the server uses the pre-built database shipped with the package. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_docsA | Search across all Griptape documentation. Full-text search of the Griptape Framework docs and Griptape Nodes docs. Returns the top matching pages with title, URL, and a text snippet. Args: query: Search terms (e.g. "RAG pipeline", "Agent memory", "image node") source: Filter results - "framework", "nodes", or "all" (default) |
| get_pageA | Get the full content of a specific documentation page. Retrieves the complete text content and code examples for a page. You can pass either the full URL or a partial title to match. Args: url_or_title: Full URL (e.g. "https://docs.griptape.ai/stable/griptape-framework/structures/agents/") or partial title (e.g. "Agents") |
| search_griptape_nodesB | Search Griptape Nodes by name, description, or category. Griptape Nodes is a visual workflow builder with 120+ nodes for images, video, audio, text, agents, and more. Args: query: Search terms (e.g. "load image", "transcribe", "agent") category: Optional category filter (e.g. "Image", "Video", "Text", "Audio", "Agents", "Config") |
| get_node_detailsA | Get full documentation for a specific Griptape Node. Returns the complete description, configuration, inputs/outputs, and any code examples for the node. Args: node_name: Name of the node (e.g. "Load Image", "Create Agent", "Transcribe Audio") |
| list_categoriesA | List all Griptape Framework sections and Node categories. Shows the available documentation areas and how many pages/nodes are in each, so you know what to search for. |
| get_code_examplesA | Search for code examples related to a topic. Finds code snippets from the documentation that match your query. Useful for finding working examples of Griptape patterns. Args: topic: What you want examples of (e.g. "RAG pipeline", "custom tool", "workflow") |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/KianSalem/griptape-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server