Skip to main content
Glama

Apifox MCP

get_apifox_api_info

Retrieve detailed information about a specific API from an Apifox project by providing the project ID and API ID. Integrates API documentation for AI assistants to extract and understand data.

Instructions

Get the info of Apifox API.

Input Schema

NameRequiredDescriptionDefault
apiIdYesThe API ID of Apifox
projectIdYesThe project ID of Apifox

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apiId": { "description": "The API ID of Apifox", "type": "string" }, "projectId": { "description": "The project ID of Apifox", "type": "string" } }, "required": [ "projectId", "apiId" ], "type": "object" }

Other Tools from Apifox MCP

Related Tools

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/sujianqingfeng/mcp-apifox'

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