Skip to main content
Glama

add_flashcards

Append flashcards to an existing deck using its slug and ID. Markdown formatting works for fronts and backs, with optional hints and code snippets.

Instructions

Append cards to an existing deck. Markdown works in front and back.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
cardsYes[{"front","back","hint","code","code_language"}]
deck_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It usefully states that the operation is an append, so existing cards are not replaced, and it notes Markdown support. However, it does not mention response behavior, error cases, permissions, or duplicate handling, leaving some gaps.

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 two short sentences with no filler. The core action is front-loaded, and the Markdown note is a valuable addition that earns its place.

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?

The tool is relatively simple and an output schema exists, so return-value documentation is less critical. Still, with no annotations and a low-parameter-description coverage, the description leaves out important context about what 'slug' and 'deck_id' refer to and does not fully specify the expected card object shape.

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

Parameters2/5

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

Schema coverage is low at 33%, and the description only adds meaning to the 'front' and 'back' fields of the cards parameter via the Markdown note. The required 'slug' and 'deck_id' parameters are left unexplained, and the description does not compensate for the poorly specified cards schema.

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 states a specific verb ('Append') and a clear resource ('cards to an existing deck'), making the action unambiguous. It also distinguishes itself from the sibling 'add_flashcard_deck' by explicitly targeting an existing deck rather than creating one.

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 phrase 'existing deck' clearly communicates that this tool is for adding to an already-created deck, which implies the prior use of a deck-creation tool. It does not name alternatives or state explicit exclusions, but the usage context is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/deepakachu5114/spongebob-mcp'

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