Skip to main content
Glama
isteamhq

@isteamhq/mcp

by isteamhq

Delete Note

delete_note
Destructive

Permanently remove a note and its connected edges from a board in a workspace. Specify workspace, board, and note IDs to delete.

Instructions

Permanently delete a note from the canvas along with any edges connected to it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceIdYesWorkspace ID
boardIdYesBoard ID
noteIdYesNote ID (e.g. note-1773256154568)
Behavior4/5

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

The description adds value beyond the annotations by specifying that edges connected to the note are also permanently deleted. The annotations already indicate destructive nature (destructiveHint: true), and the description aligns with that while providing additional behavioral context.

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, focused sentence of 13 words. It is front-loaded with the action and result, with no wasted words or filler.

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 delete operation, the description adequately explains the effect (permanent deletion of note and edges). No output schema exists, but the return value is typically implicit for deletions. Complements the annotations well.

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?

All three parameters have schema descriptions (100% coverage), so the description does not add meaning beyond what the schema provides. 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 name, title, and description clearly state 'Delete Note' and specify the action as 'Permanently delete a note'. It identifies the resource (note) and distinguishes from sibling delete tools (e.g., delete_board, delete_card) by adding 'along with any edges connected to it'.

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?

No explicit guidance is provided on when to use this tool versus alternatives (e.g., archive or remove from view). There is no mention of prerequisites or when not to use it. The context hints at use for permanent removal, but lacks exclusions or alternative references.

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