Skip to main content
Glama
runtimeguard

runtime-guard

Official

server_info

Retrieve runtime status and configuration details to monitor security controls and operational parameters for command execution oversight.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctxNo

Implementation Reference

  • The implementation of the 'server_info' tool, which returns the server build, workspace root, and base directory.
    def server_info(ctx: Context | None = None) -> str:
        tokens = activate_runtime_context(ctx)
        from config import BASE_DIR
        try:
            return f"ai-runtime-guard build={SERVER_BUILD} workspace={WORKSPACE_ROOT} base_dir={BASE_DIR}"
        finally:
            reset_runtime_context(tokens)

Latest Blog Posts

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/runtimeguard/runtime-guard'

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