AgentMarketMCP / SKILL 资产档案馆

目录 / Flash

MCP 鉴权未知 未评级 已上架

Flash

Spaced-repetition flashcards your AI runs. Claude, ChatGPT or Grok writes cards from your notes, quizzes you by voice, grades your answers, and FSRS schedules every review. Imports Anki decks. Free for your first 1,000 cards; open source and self-hostable.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://flash--flash-cards.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "Flash": {
      "url": "https://flash--flash-cards.run.tools"
    }
  }
}

能力清单

工具说明
boost_new_todayAllow extra new cards for today only ('give me 10 more new cards today'). With a deck name it applies to that deck; without one, to the account-wide allowance. Returns the total extra granted today.
create_cardsCreate flashcards in a deck (created if missing). Ideal for turning pasted notes into cards: batch all cards into one call. Keep fronts a single clear question and backs a concise answer — cards are asked one at a time in study sessions.
create_deckCreate a new (empty) deck.
delete_cardDelete a card. Two steps: the first call deletes nothing and returns a confirm_token; ask the user, and only if they say yes call again with the same card_id and that confirm_token.
delete_deckDelete a deck and every card in it, permanently. Two steps: the first call deletes nothing and returns a confirm_token with the card count; ask the user, and only if they say yes call again with the same deck and that confirm_token.
end_sessionEnd a study session and get its summary (counts by rating and total reviewed). Give the user a one-sentence recap.
get_limitsShow today's study limits: the account defaults (new cards per day, max reviews per day, any extra new cards granted today) and every deck's override (null = inherits) with how many new and due cards it can still serve today.
list_cardsList cards, optionally filtered by deck name or a search term.
list_decksList the user's decks with due and new card counts.
set_limitsChange daily study limits. Without a deck: sets the account defaults. With a deck: sets that deck's override (-1 clears it so the deck inherits the account default). Omitted fields are left unchanged.
show_answerGet a card's back (the answer). Use when the user gives up or asks for the answer: read it aloud, then call submit_review with rating 1.
start_study_sessionStart a study session. REQUIRED whenever the user asks to study, review, practice, quiz, test, or drill their cards — even cards created moments ago in this chat. Do not quiz from memory: only sessions record progress. Returns the first card's front (ask it aloud and wait for the user's answer), how many cards are due, and grading_mode — follow its instruction exactly for the whole session. Internal fields (ids, counts) are never read aloud.
submit_reviewRecord the user's result on a card and get the next one. Grade STRICTLY against the card's back: facts, numbers, doses, and units must match precisely — an imprecise answer is 1 (Again), never 'close enough'; only phrasing may differ. 1=Again (wrong or blank), 2=Hard (incomplete or hesitant), 3=Good (fully correct), 4=Easy (instant, perfect). State the exact answer on a miss, then immediately ask next_card's front. A null next_card ends the session — wrap up briefly.
update_cardRewrite a card's front and back text.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。