Skip to main content
Glama

ApiPost MCP

by jlcodes99

apipost_delete

Remove API documentation entries from ApiPost by specifying interface IDs. Use this tool to delete single or multiple API interfaces after retrieving their IDs from the interface list.

Instructions

批量删除API接口文档,支持单个或多个接口删除。删除前先用apipost_list查看接口列表获取ID

Input Schema

NameRequiredDescriptionDefault
api_idsYesAPI接口ID数组(可从列表中获取target_id)- 支持单个["id1"]或多个["id1","id2","id3"]

Input Schema (JSON Schema)

{ "properties": { "api_ids": { "description": "API接口ID数组(可从列表中获取target_id)- 支持单个[\"id1\"]或多个[\"id1\",\"id2\",\"id3\"]", "items": { "type": "string" }, "type": "array" } }, "required": [ "api_ids" ], "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