Skip to main content
Glama

APISIX-MCP

by api7

get_plugin_schema

Retrieve the schema for all plugins or a specific plugin by name in APISIX-MCP, enabling integration of LLMs with the APISIX Admin API.

Instructions

Get all plugins schema or a specific plugin schema by name

Input Schema

NameRequiredDescriptionDefault
nameYesplugins name
typeNoplugins type

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "plugins name", "type": "string" }, "type": { "description": "plugins type", "enum": [ "http", "stream" ], "type": "string" } }, "required": [ "name" ], "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