Skip to main content
Glama

create_env

Create an environment variable in Qinglong. Ensure the name starts with a letter/underscore and contains only letters, digits, and underscores.

Instructions

Create an environment variable. Name must start with a letter/underscore, only letters, digits and underscores allowed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesVariable name, e.g. JD_COOKIE (required)
valueYesVariable value (required)
remarksNoRemarks
Behavior3/5

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

With no annotations, the description carries the full burden for behavioral disclosure. It does add a useful naming constraint (must start with letter/underscore, allowed characters) that goes beyond the schema. However, it fails to mention important behaviors like handling duplicate names, permissions, or whether the operation overwrites.

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?

The description is a single, front-loaded sentence that states the purpose and a key constraint without any fluff. Every word earns its place.

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

Completeness3/5

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

The tool is simple and the schema covers all parameters, but there are no annotations and no output schema. The description omits important context such as what happens if the environment variable already exists, or what the return value looks like. This leaves gaps for an agent selecting and invoking the tool, though the low complexity keeps it from being a major issue.

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?

Schema description coverage is 100%, giving a baseline of 3. The description adds meaning for the name parameter by specifying the required pattern (starting with letter/underscore, only letters/digits/underscores), which is not present in the schema's parameter description. Value and remarks are not elaborated, but the added rule justifies a 4.

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 action ('Create') and resource ('environment variable'), making it immediately obvious what the tool does. It also distinguishes from sibling tools like update_env and delete_envs by specifying the create operation.

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

Usage Guidelines3/5

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

The verb 'Create' implies usage for new environment variables, but there is no explicit guidance on when to use this versus alternatives (e.g., update_env for existing variables). No exclusions or alternatives are mentioned.

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/YSJohnson/qinglong-mcp'

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