Skip to main content
Glama

GASSAPI MCP Server

by martin-1103

list_folders

Display all folders in your GASSAPI project with optional hierarchical tree view and filtering capabilities to organize API endpoints and workflows.

Instructions

List all folders for current project with optional tree view

Input Schema

NameRequiredDescriptionDefault
projectIdNoProject ID (optional, will use current project if not provided)
parentIdNoParent folder ID to filter subfolders
includeTreeNoInclude hierarchical tree view
activeOnlyNoShow only active folders

Input Schema (JSON Schema)

{ "properties": { "activeOnly": { "default": true, "description": "Show only active folders", "type": "boolean" }, "includeTree": { "default": false, "description": "Include hierarchical tree view", "type": "boolean" }, "parentId": { "description": "Parent folder ID to filter subfolders", "type": "string" }, "projectId": { "description": "Project ID (optional, will use current project if not provided)", "type": "string" } }, "type": "object" }

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/martin-1103/mcp2'

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