Skip to main content
Glama

COA Goldfish MCP

by anortham

checkpoint

Save your progress and session state by creating a checkpoint. Track files, branch, and highlights to ensure crash-safe development and maintain context across workspaces.

Instructions

Create a checkpoint to save current progress. Use frequently for crash-safe development. Required: description only. Optional: add context like files, branch, highlights for detailed session tracking.

Input Schema

NameRequiredDescriptionDefault
activeFilesNoFiles currently being worked on
descriptionYesBrief description of what was accomplished or current state
gitBranchNoCurrent git branch (auto-detected if not provided)
globalNoStore as global checkpoint (visible across all workspaces)
highlightsNoImportant achievements or decisions to remember (accumulates in session)
sessionIdNoSession identifier (auto-generated if not provided)
workContextNoWhat you were working on or next steps
workspaceNoStore in specific workspace (default: current workspace)

Input Schema (JSON Schema)

{ "properties": { "activeFiles": { "description": "Files currently being worked on", "items": { "type": "string" }, "type": "array" }, "description": { "description": "Brief description of what was accomplished or current state", "type": "string" }, "gitBranch": { "description": "Current git branch (auto-detected if not provided)", "type": "string" }, "global": { "description": "Store as global checkpoint (visible across all workspaces)", "type": "boolean" }, "highlights": { "description": "Important achievements or decisions to remember (accumulates in session)", "items": { "type": "string" }, "type": "array" }, "sessionId": { "description": "Session identifier (auto-generated if not provided)", "type": "string" }, "workContext": { "description": "What you were working on or next steps", "type": "string" }, "workspace": { "description": "Store in specific workspace (default: current workspace)", "type": "string" } }, "required": [ "description" ], "type": "object" }

Other Tools from COA Goldfish MCP

Related Tools

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/anortham/coa-goldfish-mcp'

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