In addition to tools, Spote exposes MCP prompts — pre-written instructions that tell your agent how to handle common note-taking workflows. Prompts are activated from your AI client: Claude Desktop shows them in the slash menu when you typeDocumentation Index
Fetch the complete documentation index at: https://docs.spote.cloud/llms.txt
Use this file to discover all available pages before exploring further.
/prompts, and other clients may surface them differently depending on their interface.
Available prompts
capture
capture
What it doesThe
capture prompt takes raw text and instructs your agent to extract a title, suggest an appropriate bucket, propose relevant tags, and then call create_note to save the structured note to Spote. It turns unstructured input — a paste, a thought, a paragraph — into a well-organized note without any manual work.Parameterstext— string, required. The raw text you want to capture.
/prompts and select capture, then paste the text you want to save. In other MCP clients, look for a prompts panel or slash command that lists available prompts.Example interactionYou:/prompts→ capture → “Talked to Sara today about the onboarding redesign. Key insight: users drop off because the first screen asks for too much information. We should reduce it to email only.” Agent: I’ll save this as a note in Spote. I’m extracting a title (“Onboarding redesign insight — Sara”), suggesting the bucket “Product”, and proposing the tags#onboardingand#ux. Saving now… Agent: Note saved. View it in Spote →
daily_summary
daily_summary
What it doesThe
daily_summary prompt instructs your agent to fetch all notes created or updated today and produce a structured summary grouped by bucket and tag. It gives you a quick end-of-day overview of everything you captured, organized by topic.ParametersNone.How to trigger itIn Claude Desktop, type /prompts and select daily_summary. No additional input is needed — the agent fetches your notes automatically.Example interactionYou:/prompts→ daily_summary Agent: Here’s what you captured today: Work (3 notes)Ideas (1 note)
- “Meeting recap: Q3 planning” — #mcp, #sprint
- “API design decision: pagination” — #api, #backend
- “PR review notes for auth refactor” — #auth
- “Blog post idea: AI memory patterns” — #writing, #ai
find_related
find_related