Skip to main content
Glama

ApiPost MCP

by jlcodes99

apipost_create_folder

Create folders to organize API documentation within the ApiPost platform, allowing you to structure your API projects with parent-child directory relationships.

Instructions

创建API文档目录,支持在指定父目录下创建新的文件夹

Input Schema

NameRequiredDescriptionDefault
descriptionNo目录描述(可选)
nameYes目录名称
parent_idNo父目录ID,使用"0"表示根目录,默认为"0"

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "目录描述(可选)", "type": "string" }, "name": { "description": "目录名称", "type": "string" }, "parent_id": { "description": "父目录ID,使用\"0\"表示根目录,默认为\"0\"", "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/jlcodes99/apipost-mcp'

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