Skip to main content
Glama

RAD Security

Official
by rad-security

who_shelled_into_pod

Identify users who accessed a specific pod within a given namespace and time range. Use this tool to retrieve audit events and enhance Kubernetes security incident analysis.

Instructions

Get users who shelled into a pod with the given name and namespace around the given time

Input Schema

NameRequiredDescriptionDefault
cluster_idNoOptional Cluster ID
from_timeNoStart time of the time range to search for audit events. Example: 2024-01-01T00:00:00Z. Default: 7 days ago
limitNoMaximum number of results to return
nameNoOptional Pod name
namespaceNoOptional Pod namespace
pageNoPage number to return
to_timeNoEnd time of the time range to search for audit events. Example: 2024-01-03T00:00:00Z

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cluster_id": { "description": "Optional Cluster ID", "type": "string" }, "from_time": { "description": "Start time of the time range to search for audit events. Example: 2024-01-01T00:00:00Z. Default: 7 days ago", "type": "string" }, "limit": { "default": 20, "description": "Maximum number of results to return", "type": "number" }, "name": { "description": "Optional Pod name", "type": "string" }, "namespace": { "description": "Optional Pod namespace", "type": "string" }, "page": { "default": 1, "description": "Page number to return", "type": "number" }, "to_time": { "description": "End time of the time range to search for audit events. Example: 2024-01-03T00:00:00Z", "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