Skip to main content
Glama
verisoft-ai

windows2-mcp

by verisoft-ai

add_to_selection

Add an item to a multi-select container without clearing the current selection, using the element ID from find_element.

Instructions

Add an item to the current selection in a multi-select container via the UIA SelectionItem pattern (does not deselect existing items).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
elementIdYesElement ID returned by find_element
Behavior4/5

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

With no annotations provided, the description carries the full burden for behavioral transparency. It clearly discloses that the tool uses the 'UIA SelectionItem pattern' and explicitly states the key non-destructive behavior: it 'does not deselect existing items'. This provides essential behavioral context beyond the parameter schema.

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 sentence that efficiently conveys the action, target, mechanism, and critical behavioral note. Every part earns its place with zero wasted words.

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 is simple (1 parameter, no output schema, no nested objects), the description adequately covers the purpose, mechanism, and key behavior. It does not explain return values, but with no output schema defined, some users might expect guidance on what the tool returns (e.g., success/failure). However, the tool's simplicity makes this a minor gap.

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 description does not add any meaning beyond the input schema for the single parameter 'elementId'. Since the schema description coverage is 100% and the schema already states 'Element ID returned by find_element', the description provides no additional parameter semantics. Baseline score of 3 is appropriate.

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 verb 'Add', the resource 'item to the current selection in a multi-select container', and explicitly distinguishes from a deselect behavior by noting 'does not deselect existing items'. This provides a specific and unambiguous purpose.

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 usage when you need to add an item to a multi-select selection without clearing existing selections, but it provides no guidance on when not to use this tool (e.g., for single-select containers or when you need to replace the selection) or any alternatives among the many sibling tools like 'select_item' or 'remove_from_selection'.

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/verisoft-ai/windows2-mcp'

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