Skip to main content
Glama

APISIX-MCP

by api7

send_request_to_gateway

Send one or multiple requests to the APISIX gateway for processing, including path, method, data, and headers, with optional parallel execution.

Instructions

Send a request or multiple requests to the APISIX gateway

Input Schema

NameRequiredDescriptionDefault
requestsYesarray of requests to send in parallel

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "requests": { "description": "array of requests to send in parallel", "items": { "additionalProperties": false, "properties": { "data": { "description": "request data" }, "headers": { "additionalProperties": { "type": "string" }, "description": "request headers", "type": "object" }, "method": { "description": "request method", "type": "string" }, "path": { "description": "request path", "type": "string" }, "repeatCount": { "default": 1, "description": "number of requests to send in parallel", "type": "number" } }, "required": [ "path", "method" ], "type": "object" }, "type": "array" } }, "required": [ "requests" ], "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/api7/apisix-mcp'

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