Skip to main content
Glama
Jambozx

OnlineCyberTools MCP (280+ filterable tools)

linux_env_variable_manager

Read-onlyIdempotent

Parse, audit, and convert .env files into 9 deployment formats. Scans for leaked credentials and invalid keys without writing files or contacting external services.

Instructions

Linux Env Variable Manager. Parse, audit, and format-convert a .env file (the dotenv "KEY=value" plain-text envelope) entirely as a stateless text transform. It never reads, writes, or mutates any file, environment, or host — it only transforms the text you pass in. The "operation" field selects the mode: "parse" turns .env body text into a structured variable list (with quote style, inline comment, and line number) plus lenient-parse warnings; "format" converts a variable list into one of 9 deployment formats; "audit" scans values for leaked credentials, weak passwords, duplicate or invalid keys, and boolean-as-string typos; "presets" returns ready-made example variable sets. Use this for .env conversion and secret auditing; use linux_bash_script_generator for full shell scripts and linux_systemd_unit_generator for unit files. Runs locally: read-only, non-destructive, offline, contacts no external service, and is rate-limited (anonymous 30/min, 200/hr, 1000/day).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationYesMode. "parse" and "audit" read the "text" field; "format" reads the "input" object; "presets" ignores all other fields and returns the static preset list.parse
textNoparse/audit only. Raw .env file body ("KEY=value" lines, "#" comments, optional "export " prefix, single/double quotes, multi-line double-quoted values).
inputNoformat only. The variable list plus target format to render.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successNoAlways true on a 2xx response.
operationNoThe operation that was executed, echoed back.
resultNoOperation-specific payload. "parse" returns variables (each key/value/quote/comment/lineNumber) and warnings[]; "format" returns output (the rendered snippet string) and warnings[]; "audit" returns findings[] (each key/severity/issue/suggestion); "presets" returns presets[] (each id/name/description/variables).
Behavior5/5

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

The description clearly states behavioral traits beyond annotations: 'It never reads, writes, or mutates any file, environment, or host — it only transforms the text you pass in' and 'Runs locally: read-only, non-destructive, offline, contacts no external service, and is rate-limited (anonymous 30/min, 200/hr, 1000/day).' This adds context about rate limits and offline nature, supplementing the readOnlyHint, destructiveHint, idempotentHint, and openWorldHint annotations.

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

Conciseness4/5

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

The description is well-structured, front-loading the core purpose and then detailing operation modes and usage guidelines. However, it is slightly verbose, repeating some details that are already in the schema descriptions. Every sentence is informative, but a few could be trimmed without loss of clarity.

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

Completeness5/5

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

The description covers all necessary aspects: purpose, operation modes, parameter usage, safety guarantees (stateless, read-only, offline), rate limits, and sibling tool differentiation. Given the presence of an output schema (context: has output schema: true), the description does not need to detail return values but still explains what each operation produces.

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

Parameters5/5

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

Even though schema description coverage is 100%, the description adds significant meaning by explaining how each operation mode uses the parameters. For example, it explains that 'parse' and 'audit' read the 'text' field, 'format' reads the 'input' object, and 'presets' ignores all other fields. It also describes the output of each mode, enriching the schema's enum descriptions.

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?

The description clearly states the tool's purpose: 'Parse, audit, and format-convert a .env file' as a stateless text transform. It distinguishes from siblings by explicitly mentioning 'Use this for .env conversion and secret auditing; use linux_bash_script_generator for full shell scripts and linux_systemd_unit_generator for unit files.'

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

Usage Guidelines5/5

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

The description provides explicit guidance on when to use this tool versus alternatives: 'Use this for .env conversion and secret auditing; use linux_bash_script_generator for full shell scripts and linux_systemd_unit_generator for unit files.' It also outlines the four operation modes (parse, format, audit, presets) with their specific use cases.

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/Jambozx/onlinecybertools-mcp-server'

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