Skip to main content
Glama

ApiPost MCP

by jlcodes99

apipost_workspace

Manage API documentation workspaces by viewing current workspace, listing teams and projects, and switching between different collaborative environments.

Instructions

工作空间管理:查看当前工作空间、列出团队和项目、切换工作空间

Input Schema

NameRequiredDescriptionDefault
actionYes操作类型:current(查看当前)、list_teams(列出团队)、list_projects(列出项目)、switch(切换工作空间)
project_idNo项目ID(用于switch)
project_nameNo项目名称(用于按名称切换)
show_allNo是否显示所有可用的团队和项目,默认false
show_detailsNo是否显示详细信息,默认false
team_idNo团队ID(用于list_projects或switch)
team_nameNo团队名称(用于按名称切换)

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "操作类型:current(查看当前)、list_teams(列出团队)、list_projects(列出项目)、switch(切换工作空间)", "enum": [ "current", "list_teams", "list_projects", "switch" ], "type": "string" }, "project_id": { "description": "项目ID(用于switch)", "type": "string" }, "project_name": { "description": "项目名称(用于按名称切换)", "type": "string" }, "show_all": { "description": "是否显示所有可用的团队和项目,默认false", "type": "boolean" }, "show_details": { "description": "是否显示详细信息,默认false", "type": "boolean" }, "team_id": { "description": "团队ID(用于list_projects或switch)", "type": "string" }, "team_name": { "description": "团队名称(用于按名称切换)", "type": "string" } }, "required": [ "action" ], "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