Skip to main content
Glama

APISIX-MCP

by api7

create_or_update_plugin_metadata

Manage plugin configurations by creating or updating metadata in the APISIX-MCP server, enabling control over plugin functionality and behavior.

Instructions

Create or update plugin metadata

Input Schema

NameRequiredDescriptionDefault
metadataYesplugins configuration
nameYesplugins name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "metadata": { "additionalProperties": true, "description": "plugins configuration", "properties": { "_meta": { "additionalProperties": false, "properties": { "disable": { "default": false, "description": "control whether the plugin is enabled", "type": "boolean" } }, "type": "object" } }, "type": "object" }, "name": { "description": "plugins name", "type": "string" } }, "required": [ "name", "metadata" ], "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