Skip to main content
Glama

security_status

Check current security configuration and active protection layers to monitor defense capabilities in real-time.

Instructions

Get current ShellWard security status: mode, active layers, detection capabilities.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler logic for the 'security_status' tool, which returns the current ShellWard configuration and capabilities.
    case 'security_status': {
      return {
        mode: guard.config.mode,
        locale: guard.locale,
        injection_threshold: guard.config.injectionThreshold,
        layers: guard.config.layers,
        capabilities: [
          'command_safety_check (17 dangerous patterns)',
          'prompt_injection_detection (32+ rules, zh+en)',
          'pii_detection (CN ID/phone/bank + global)',
          'path_protection (12 protected patterns)',
          'tool_policy (block payment/transfer)',
          'response_audit (canary + PII)',
          'data_flow_tracking (DLP)',
        ],
      }
    }
  • Tool definition and input schema for 'security_status'.
      name: 'security_status',
      description: 'Get current ShellWard security status: mode, active layers, detection capabilities.',
      inputSchema: {
        type: 'object' as const,
        properties: {},
      },
    },
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, description carries full burden. It discloses return data structure (mode, layers, capabilities) but omits safety profile (read-only status), side effects, authentication requirements, or rate limits expected for a security tool. Just meets minimum by indicating retrieval scope.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence with optimal front-loading: primary action stated immediately, followed by colon-delimited elaboration of return data components. Zero redundancy; every token earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter tool without annotations or output schema, description adequately compensates by enumerating expected return data fields (mode, active layers, detection capabilities). Missing only safety/performance caveats that would be critical for security tooling.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema contains zero parameters, establishing baseline score of 4. Description appropriately requires no parameter documentation, maintaining conciseness without repeating empty schema structure.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description provides specific verb 'Get' with clear resource 'ShellWard security status' and enumerates returned aspects (mode, active layers, detection capabilities). Effectively distinguishes from sibling 'check_' and 'scan_' tools by positioning this as comprehensive status retrieval versus specific security checks.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to prefer this tool over specific 'check_command', 'check_injection', or other sibling tools. Implicit distinction exists via naming and scope, but lacks explicit 'when to use' or prerequisite statements.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/jnMetaCode/shellward'

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