Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GRIPTAPE_MCP_DB_PATHNoOptional path to a local SQLite database for Griptape documentation. If not provided, the server uses the pre-built database shipped with the package.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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