Skip to main content
Glama

GASSAPI MCP Server

by martin-1103

update_folder

Modify folder properties including name, description, and parent location to organize API endpoints and testing workflows within the GASSAPI backend system.

Instructions

Update folder name, description, or parent

Input Schema

NameRequiredDescriptionDefault
folderIdYesFolder ID to update
nameNoNew folder name
descriptionNoNew folder description
parentIdNoNew parent folder ID (null to move to root)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "New folder description", "type": "string" }, "folderId": { "description": "Folder ID to update", "type": "string" }, "name": { "description": "New folder name", "type": "string" }, "parentId": { "description": "New parent folder ID (null to move to root)", "type": "string" } }, "required": [ "folderId" ], "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