Skip to main content
Glama
brovk2008
by brovk2008

remove_from_selection

Remove specific items from the active board selection by providing their unique IDs.

Instructions

Remove items from the active selection on the board by their IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_idsYes
Behavior3/5

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

With no annotations, the description carries the full burden. It indicates removal (destructive action) but does not disclose what happens if an ID is not currently in the selection, or if the selection is empty. Lacks details on error conditions or side effects.

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 of 10 words, front-loaded with the verb 'Remove'. Every word is necessary, and there is no extraneous information.

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 tool with one parameter and no output schema, the description covers the essential functionality. It lacks details on error handling or behavior when IDs are not in the selection, but it is sufficient for an agent to understand the basic operation.

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

Parameters4/5

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

Schema has 0% description coverage, so the description must compensate. It clarifies that 'item_ids' refer to items on the board and that they will be removed from the active selection, adding meaning beyond the bare schema. However, it does not specify the format or constraints of the IDs.

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 'Remove' and identifies the resource as 'items from the active selection on the board', with the method 'by their IDs'. This clearly distinguishes it from sibling tools like 'add_to_selection' and 'clear_selection'.

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

Usage Guidelines4/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 have item IDs and want to remove them from the selection), but does not explicitly state when not to use it or mention alternatives like 'clear_selection' for removing all items.

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/brovk2008/Kicad-MCP-server'

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