Skip to main content
Glama

ApiPost MCP

by jlcodes99

apipost_list

Browse and search API project lists with enhanced directory hierarchy navigation, filtering by type, and parent-child relationship tracking for efficient API documentation management.

Instructions

查看项目API列表,支持强化的目录层级搜索和父子关系定位

Input Schema

NameRequiredDescriptionDefault
depthNo层级深度限制(配合recursive使用,限制搜索深度),默认无限制
group_by_folderNo是否按目录分组显示结果,默认false
limitNo显示数量限制(默认50,最大200)
parent_idNo父目录ID,精确查找某个目录下的子项目。使用"0"查看根目录,使用具体ID查看子目录
recursiveNo是否递归搜索子目录(搜索指定目录及其所有子目录),默认false仅搜索当前层级
searchNo搜索关键词(接口名称、URL、方法、ID、描述)
show_allNo显示全部项目(忽略limit限制)
show_pathNo是否显示完整路径(从根目录到当前项目的完整路径),默认false
show_structureNo是否显示层级结构(树形展示),默认false为列表模式
target_typeNo项目类型筛选:api(仅接口)、folder(仅目录)、all(全部),默认all

Input Schema (JSON Schema)

{ "properties": { "depth": { "description": "层级深度限制(配合recursive使用,限制搜索深度),默认无限制", "type": "number" }, "group_by_folder": { "description": "是否按目录分组显示结果,默认false", "type": "boolean" }, "limit": { "description": "显示数量限制(默认50,最大200)", "type": "number" }, "parent_id": { "description": "父目录ID,精确查找某个目录下的子项目。使用\"0\"查看根目录,使用具体ID查看子目录", "type": "string" }, "recursive": { "description": "是否递归搜索子目录(搜索指定目录及其所有子目录),默认false仅搜索当前层级", "type": "boolean" }, "search": { "description": "搜索关键词(接口名称、URL、方法、ID、描述)", "type": "string" }, "show_all": { "description": "显示全部项目(忽略limit限制)", "type": "boolean" }, "show_path": { "description": "是否显示完整路径(从根目录到当前项目的完整路径),默认false", "type": "boolean" }, "show_structure": { "description": "是否显示层级结构(树形展示),默认false为列表模式", "type": "boolean" }, "target_type": { "description": "项目类型筛选:api(仅接口)、folder(仅目录)、all(全部),默认all", "enum": [ "api", "folder", "all" ], "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/jlcodes99/apipost-mcp'

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