Skip to main content
Glama

command_interface_sections

Retrieve the top-level sections of the active window command interface to identify available navigation areas and guide the next UI action.

Instructions

Return top-level sections of the active window command interface.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idNodefault-18
window_titleNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.5.3

TDQS

C2.4/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It indicates a read operation but does not state whether it is non-destructive, requires an active window, or has side effects. The term 'top-level sections' is undefined, leaving the agent to infer what is returned.

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

Conciseness3/5

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

The description is a single, concise sentence that front-loads the core action. However, it is under-specified, lacking critical details; conciseness does not compensate for missing information.

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

Completeness1/5

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

Given the absence of annotations, output schema, and parameter descriptions, the description is severely incomplete. It does not explain the return format, the meaning of 'sections,' or how the parameters affect the result, making it insufficient for correct tool invocation.

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

Parameters1/5

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

Schema description coverage is 0%, and the description provides no explanation of the two parameters (session_id and window_title). It does not compensate for the schema's lack of descriptions, leaving the agent with no guidance on how to set these parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Return') and the resource ('top-level sections of the active window command interface'). It is specific enough to identify the tool's purpose, though it does not differentiate it from siblings like command_interface_commands or window_command_interface.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus its siblings. The description implies it is for retrieving sections but gives no context on prerequisites (e.g., an active window) or when other tools would be more appropriate.

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

Deploy Server

Other Tools