Skip to main content
Glama
isteamhq

@isteamhq/mcp

by isteamhq

Create Stack

create_stack

Group two or more notes into a stack on a board, collapsing them into one node and removing edges.

Instructions

Group multiple notes into a stack. Notes are visually collapsed into a single stack node on the canvas. Their edges are removed. Minimum 2 notes required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceIdYesWorkspace ID
boardIdYesBoard ID
noteIdsYesArray of note IDs to group into a stack (minimum 2)
titleNoStack title (auto-generated from first note if omitted)
Behavior4/5

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

Annotations already indicate mutation (readOnlyHint=false). The description adds valuable context beyond annotations: 'Their edges are removed' and 'Minimum 2 notes required'. This informs the agent of specific side effects not captured by annotations.

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?

Two sentences front-load the purpose and key details. No redundant information; every sentence adds value.

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

Completeness5/5

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

For a simple tool with clear annotations and no output schema, the description covers purpose, behavior, constraints, and side effects completely. No gaps remain.

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?

Schema coverage is 100%, so parameters are already well-documented. The description reiterates the minimum of 2 notes, which aligns with noteIds schema, but adds no new semantic meaning beyond what the schema provides.

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 action ('Group multiple notes into a stack') and its visual effect on the canvas. It also distinguishes from sibling tools like 'add_to_stack' or 'dissolve_stack' by outlining the specific behavior (edges removed, minimum 2 notes).

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 collapsing notes but does not explicitly state when to prefer this tool over siblings like 'add_to_stack' or 'dissolve_stack'. No exclusion criteria or alternatives are mentioned.

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/isteamhq/mcp'

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