Run literature reviews, synthesize evidence, and track protocols and experiments in a research-lab vault using Knowtation MCP prompts and CLI.
research-lab template (vault/templates/research-lab/): literature/, protocols/, experiments/, meetings/, decisions/, inbox/.knowtation list-notes --folder experiments --order date --limit 50knowtation index and spot-check with knowtation search "keyword" --limit 5.project-summary scoped to the grant/lab project (or CLI knowtation search "grant OR PI OR project name" --folder literature --limit 15).search-and-synthesize with the review question; narrow with CLI knowtation list-notes --folder literature --order date --limit 30 to see recent additions.extract-entities on high-value papers or meeting notes; follow with causal-chain when the user asks about mechanism or “why X led to Y.”knowledge-gap to list missing evidence; use memory-informed-search if prior sessions tagged open questions.knowtation get-note protocols/<file>.md then knowtation get-note experiments/<dated-run>.md; align versions in decisions/ if methods change.write-from-capture into inbox/, then promote to literature/ or experiments/ via Hub POST /api/v1/proposals (or direct knowtation write when policy allows).resume-session when continuing a multi-day review; daily-brief for standup-style deltas.meeting-notes → save under meetings/ and link forward to experiments/ action items.knowtation search "shared reagent OR core facility" --limit 20 across folders before claiming a method is novel in decisions/.knowtation get-note literature/<candidate>.md --body-only to avoid loading irrelevant frontmatter in long notes.literature/ (YYYY-MM-topic-slug.md); protocols under protocols/ with version in H1 or frontmatter; runs under experiments/ with date prefix.title, date, project, tags (paper, protocol, run, synthesis), and sources: (list of vault paths or external IDs).meetings/; formal methodology choices in decisions/ as short ADRs.literature/ or experiments/ paths.knowledge-gap output; link causal-chain notes for mechanism questions.inbox/ notes; you normalize citations and file under literature/ or experiments/.POST /api/v1/proposals; urgent captures use POST /api/v1/capture when the deployment exposes capture ingest.project-summary-aligned narrative plus a table of deliverable-linked notes (literature/, experiments/) for reporting.knowtation import: If another agent imported markdown or chat exports, verify filenames then run knowtation index before search-and-synthesize.knowtation get-note <path>) plus MCP project-summary output; do not paste restricted data into chat when the vault is the authority.POST /api/v1/notes only when the deployment explicitly allows agent-direct writes; default to POST /api/v1/proposals for lab records.