APISIX-MCP

Official
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" }
ID: s62o271u37