Skip to main content
Glama

Apifox MCP

get_apifox_api_info

Retrieve detailed information about a specific API from Apifox projects by providing the project ID and API ID. This tool integrates Apifox API documentation with AI assistants for enhanced API understanding.

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" }
Install Server

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