Skip to main content
Glama

get_env

Retrieve a single environment variable by its ID from a Qinglong panel, returning its value and metadata. Useful for checking the current state of a specific variable.

Instructions

Get a single environment variable by id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesEnv var id (required)
Behavior3/5

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

No annotations were provided, so the description carries the burden of disclosing behavior. 'Get' indicates a read operation, but the description does not explain what happens if the id doesn't exist, whether the value is returned, or if any permissions are needed. For a simple getter, this is adequate but not rich.

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 one short sentence that is front-loaded and contains no fluff. Every word 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?

Given the tool's simplicity (one parameter, no output schema, no annotations), the description is mostly adequate. It clearly states the purpose. However, it could mention the return format or read-only nature, but these are largely implied by the name and description. This is slightly above minimum viable.

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

Parameters3/5

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

The input schema has one parameter (id) with 100% description coverage ('Env var id (required)'). The description's phrase 'by id' adds minimal extra meaning beyond the schema, so it does not significantly enhance understanding.

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 'Get a single environment variable by id' uses a specific verb (get) and resource (environment variable) with a clear scope (single, by id). This distinguishes it from siblings like list_envs (list all) and update_env/delete_envs (mutations).

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 description implies when to use this tool (when you need a single env var by id) but does not explicitly mention alternatives or when not to use it. For example, it doesn't say 'use list_envs to fetch all variables' or 'use get_config for config values.' The context is clear but not explicitly stated.

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