anarlog

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗

Query Anarlog meetings, notes, summaries, transcripts, participants, action items, and recurring history. Use when a user asks about their Anarlog meeting data or needs meeting context for another task.

agent-plugins/anarlog/skills/anarlog/SKILL.md

Download bundle ↓
main · 143e3d85 bundle filesScanned 2026-09-15

references/mcp.md

411 tokens · o200k_base · 2,548 bytes

MCP tools and resources

Cloud MCP is read-only. Local MCP adds proposal tools, which insert or decline staged edits; they never apply those edits to the meeting.

ToolUse
list_meetingsFind recent meetings by title, ID fragment, or recurring series. An empty list means none matched; do not invent meetings.
get_meetingRead metadata, canonical note, summaries, participants, and action items.
get_meeting_transcriptRead a transcript page. Start with limit: 200; continue from pagination.next_offset only as needed.
get_recurring_meeting_historyFind meetings from the same recurring series as a known meeting.
export_meetingRead the complete meeting record including transcripts. Use only when smaller reads are insufficient.
propose_summary_editStage a complete summary replacement. Pass target_id when multiple summaries exist.
propose_memo_editStage a complete memo replacement.
list_proposalsList staged proposals. Defaults to status: pending.
get_proposalRead one proposal and its unified diff.
decline_proposalDiscard a pending proposal without changing the meeting. Applied proposals cannot be declined.

Transcript limits are measured in words. The default is 200 and the maximum is 500.

Available resources:

  • anarlog://meetings/{meeting_id}
  • anarlog://meetings/{meeting_id}/transcript{?offset,limit}
  • anarlog://series/{series_id}

Prefer tools when the workflow needs structured JSON. Use resources when the client needs concise Markdown or plain-text context. Transcript resources default to 200 words (cap 500) and return plain text only.

Referenced from SKILL.md