APISIX-MCP

Official
by api7

get_credential

Retrieve all credentials or a specific credential for a consumer on the APISIX-MCP server using the consumer's username and optional credential ID.

Instructions

Get all credentials or a specific credential for a consumer

Input Schema

NameRequiredDescriptionDefault
idNocredential id
usernameYesconsumer username

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "credential id", "type": "string" }, "username": { "description": "consumer username", "type": "string" } }, "required": [ "username" ], "type": "object" }
ID: s62o271u37