Skip to main content
Glama

APISIX-MCP

by api7

update_global_rule

Modify plugins and attributes of existing global rules in APISIX-MCP to adjust configurations and enable or disable features as needed.

Instructions

Update specific attributes of an existing global rule

Input Schema

NameRequiredDescriptionDefault
idNoglobal rule ID
pluginsNoplugins configuration

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "global rule ID", "type": [ "string", "null" ] }, "plugins": { "anyOf": [ { "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" }, { "type": "null" } ], "description": "plugins configuration" } }, "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