Skip to main content
Glama

create_folder

Create a new folder in your GASSAPI project to organize API endpoints, environments, and testing workflows with specified name and optional parent folder structure.

Instructions

Create a new folder in the project

Input Schema

NameRequiredDescriptionDefault
nameYesFolder name
descriptionNoFolder description
parentIdNoParent folder ID (optional, creates root-level folder if not provided)
projectIdNoProject ID (optional, will use current project if not provided)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Folder description", "type": "string" }, "name": { "description": "Folder name", "type": "string" }, "parentId": { "description": "Parent folder ID (optional, creates root-level folder if not provided)", "type": "string" }, "projectId": { "description": "Project ID (optional, will use current project if not provided)", "type": "string" } }, "required": [ "name" ], "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