Skip to main content
Glama

RAD Security

Official
by rad-security

list_identities

Retrieve and filter identities (service accounts, users, groups) for specific Kubernetes clusters using query parameters and pagination.

Instructions

Get list of identities for a specific Kubernetes cluster

Input Schema

NameRequiredDescriptionDefault
cluster_idsNoCluster IDs to get identities for
identity_typesNoIdentity types to get
pageNoPage number to get. Default: 1
page_sizeNoPage size to get. Default: 10
qNoQuery to filter identities

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cluster_ids": { "description": "Cluster IDs to get identities for", "items": { "type": "string" }, "type": "array" }, "identity_types": { "description": "Identity types to get", "items": { "enum": [ "k8s_service_account", "k8s_user", "k8s_group" ], "type": "string" }, "type": "array" }, "page": { "description": "Page number to get. Default: 1", "type": "number" }, "page_size": { "description": "Page size to get. Default: 10", "type": "number" }, "q": { "description": "Query to filter identities", "type": "string" } }, "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/rad-security/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server