create_or_update_consumer
Create or update a consumer in the APISIX-MCP server by specifying a username, description, group ID, labels, and plugins. Ensures consumers are managed efficiently.
Instructions
Create a consumer, if the consumer already exists, it will be updated
Input Schema
Name | Required | Description | Default |
---|---|---|---|
desc | No | consumer description | |
group_id | No | consumer group id | |
labels | No | consumer labels | |
plugins | No | consumer plugins | |
username | Yes | consumer username |