Skip to main content
Glama

APISIX-MCP

by api7

get_secret_by_id

Retrieve a specific secret by its ID using the APISIX-MCP server. Specify the secret manager type (e.g., vault, aws, gcp) and optional pagination parameters to access secure data efficiently.

Instructions

Get a secret by ID

Input Schema

NameRequiredDescriptionDefault
idNosecret id
managerYessecret manager type
pageNopage number
page_sizeNopage size

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "secret id", "type": "string" }, "manager": { "description": "secret manager type", "enum": [ "vault", "aws", "gcp" ], "type": "string" }, "page": { "default": 1, "description": "page number", "type": "number" }, "page_size": { "default": 50, "description": "page size", "maximum": 500, "minimum": 10, "type": "number" } }, "required": [ "manager" ], "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