Skip to main content
Glama
yama662607
by yama662607

Set Note Cards Suspended

set_note_cards_suspended

Suspend or unsuspend all cards generated from a single note, enabling you to manage study availability for the entire card set at once.

Instructions

Suspend or unsuspend all cards generated from one note.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteIdYes
profileIdYes
suspendedYes
Behavior4/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false, so the agent knows this is a non-destructive write. The description adds useful behavioral context about the scope: it affects all cards generated from one note, not just a single card. However, it does not discuss side effects like overriding existing suspension settings.

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 that directly states the tool's action without any filler words. It earns its place and is easy to parse.

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

Completeness3/5

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

Given the tool's simplicity, the description covers the core functionality adequately. However, the complete absence of parameter explanations and usage context leaves gaps for an agent trying to invoke it correctly. It is minimally viable but not comprehensive.

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 does not explain any parameters. It never mentions profileId, noteId, or suspended, nor does it clarify the meaning of the boolean. The tool description entirely fails to compensate for the schema's lack of parameter documentation.

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 ('Suspend or unsuspend') and clearly identifies the resource ('all cards generated from one note'). It distinguishes itself from sibling tools like update_note and delete_note by focusing on the suspend state of all cards for a note.

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 guidance is provided on when to use this tool versus alternatives. It does not mention use cases, prerequisites, or why one would choose this over update_note or other note-related tools.

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/yama662607/anki-mcp'

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