Skip to main content
Glama

列出会话的 ENVI 窗口

envi_classic_list_windows
Read-onlyIdempotent

Retrieve visible top-level windows, titles, and geometry for a specified ENVI process session, enabling UI state inspection for remote sensing automation.

Instructions

列出指定受控 ENVI 进程当前拥有的可见顶层窗口、标题和几何信息。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
windowsYes
session_idYes
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior. The description adds that only 'visible top-level' windows are listed and specifies the data fields (titles, geometry), which is useful but not extensive.

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?

A single, focused sentence that front-loads the purpose and includes no extraneous information. 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?

For a simple read-only list operation with only one parameter and an output schema present, the description covers the core functionality. It adds the 'visible top-level' detail, which is helpful, and no complex prerequisites or errors are likely.

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?

The schema has no description for session_id, and the description only refers to 'specified controlled ENVI process' without explaining the parameter format, type, or expected values. With 0% schema coverage, this is insufficient.

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 lists visible top-level windows, titles, and geometry for a specified ENVI process. The verb 'list' and specific resource make it distinct from sibling tools like launch, close, or invoke_menu.

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?

Usage is implied: use when you need to inspect the windows of an ENVI session. No explicit alternatives or exclusions are provided, but the context makes the purpose fairly obvious.

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/xuedai-mayi/envi-classic-remote-sensing'

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