Skip to main content
Glama

Fiskmas

set_env

set_env

Set environment variables on a project. Requires a restart before they take effect.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
envNo
projectNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

The description adds a meaningful behavioral caveat beyond the readOnlyHint=false annotation: the changes are not applied until a restart. It does not mention overwrite semantics, auth requirements, or side effects, but the restart note is valuable and does not contradict any annotation.

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 concise, front-loaded sentence with no filler. It states the core action and immediately follows with the critical restart caveat.

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

Completeness2/5

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

Given no output schema, two parameters, and a nested env object, the definition lacks necessary detail: no return behavior, no env structure, no project identifier guidance, and no mention of required fields. The restart note is the only contextual extra beyond the basic action.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It clarifies that 'env' refers to environment variables and 'project' identifies the target, but it does not explain the env object shape, whether project is required, defaults, or how values map. This is insufficient for a nested-object parameter.

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 uses a specific verb ('Set') and resource ('environment variables on a project'), clearly distinguishing it from read-only tools like list_env and lifecycle tools like restart_project. It unambiguously communicates the core 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 description provides useful postcondition context: a restart is required before changes take effect, which hints that restart_project should follow. However, it does not explicitly state when to use set_env versus alternatives such as list_env, nor does it give exclusions or conditions.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources