Skip to main content
Glama
Arkava-AI
by Arkava-AI

List Gamma Folders

gamma_list_folders
Read-onlyIdempotent

List your Gamma folders to organize content. Use folder IDs with gamma_generate to save presentations, documents, and more to specific folders.

Instructions

List your Gamma folders for organizing content.

Folders help organize generated content. Use the returned folder IDs with gamma_generate's folderId parameter to save content to specific folders.

PARAMETERS:

  • limit: Max folders to return (1-100, default 20)

  • offset: Skip this many folders for pagination

RETURNS:

  • items: Array of folders with id, name, itemCount

  • total: Total number of folders

  • hasMore: Whether more folders are available

  • nextOffset: Offset for next page

EXAMPLE: { limit: 20, response_format: "json" }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum items to return (1-100, default 20)
offsetNoNumber of items to skip for pagination
response_formatNoOutput format: 'markdown' for human-readable or 'json' for structured datamarkdown
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already cover readOnly, idempotent, etc. The description adds value by detailing the return structure (items, total, hasMore, nextOffset) and the example, which clarifies behavior. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with clear sections (what, why, PARAMETERS, RETURNS, EXAMPLE). Front-loaded and no unnecessary words. Could be slightly more concise by integrating the example.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple list tool with good annotations and schema coverage, the description adequately covers purpose, integration hint, and return format. Complete for its complexity level.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers all three parameters (100% coverage), so baseline is 3. The description's PARAMETERS section omits response_format but mentions it in the example, adding minor value. Redundant for limit and offset.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool lists Gamma folders and mentions their use for organizing content. It differentiates from siblings like gamma_list_themes by focusing on folders. Not a perfect 5 because it doesn't explicitly contrast with other list tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains that folder IDs can be used with gamma_generate, providing context for use. However, it lacks explicit guidance on when not to use this tool or alternatives beyond that hint.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/Arkava-AI/gamma-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server