Skip to main content
Glama

Apifox MCP Server

get_api_endpoint_info

Retrieves API endpoint definitions from Apifox projects, providing OpenAPI 3.1 compliant specifications including request methods, parameters, headers, and response schemas for development and code generation.

Instructions

Input Schema

NameRequiredDescriptionDefault
endpointIdYes接口Endpoint的ID
projectIdYesApifox的项目ID

Input Schema (JSON Schema)

{ "properties": { "endpointId": { "description": "接口Endpoint的ID", "type": "number" }, "projectId": { "description": "Apifox的项目ID", "type": "number" } }, "required": [ "projectId", "endpointId" ], "type": "object" }

Other Tools from Apifox MCP Server

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

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