Turn a finished sprint-retrospective board into shareable results: a Markdown summary grouped by category with items sorted by votes, a CSV export, and stats (item counts, revealed count, participants, counts per category, top-5 voted items). Supports the page's formats — standard (went well / needs improvement / action items), sailboat, 4Ls, start-stop-continue — or a custom list of categories. Hidden (unrevealed) items stay out of the exports, as on the page.
This page documents the MCP tool findutils:retro_meeting. See the REST reference →
Call it over MCP
Tool name findutils:retro_meeting
· no API keys · 120 requests/min per IP
Claude Code
claude mcp add findutils --transport http https://mcp.findutils.com/ Claude Desktop — claude_desktop_config.json
{
"mcpServers": {
"findutils": {
"url": "https://mcp.findutils.com/"
}
}
} Raw JSON-RPC (any MCP client) — verified example
curl -X POST https://mcp.findutils.com/ \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "retro_meeting",
"arguments": {
"name": "Sprint 42",
"date": "2026-08-14",
"items": [
{
"category": "went_well",
"text": "Release on time",
"votes": 5
}
]
}
}
}' Input schema
| Argument | Type | Required | Description |
|---|---|---|---|
| name | string | yes | Retrospective / sprint name used in the title. |
| format | string (standard | sailboat | 4ls | start_stop | custom) | no | Board format. Default "standard". Use "custom" with your own categories. Default: "standard". |
| categories | array | no | Category names for format "custom" (1-12). Ignored for the built-in formats. |
| items | array | no | Board items: { category, text, author, votes (default 0), revealed (default true) }. category must be a category id of the format (e.g. "went_well") or, for custom, one of your category names. |
| anonymous | boolean | no | Print "Anonymous" instead of authors. Default true, as on the page. Default: true. |
| date | string | no | Session date, YYYY-MM-DD. Default: today (UTC). |
Example arguments (verified)
{
"name": "Sprint 42",
"date": "2026-08-14",
"items": [
{
"category": "went_well",
"text": "Release on time",
"votes": 5
}
]
} Also a REST endpoint
The same tool answers plain HTTP at
POST /api/tools/retro-meeting/execute — no key, 60 requests/min.
More Productivity tools
Client Status Report Generator
Generate a client-facing project status report in Markdown and return it with its headline counts.
Dev Request Prioritizer
Prioritize development requests with the page's scoring frameworks and return them sorted by priority score, each with a value score and an
Keyboard Shortcut Finder
Return keyboard shortcuts (Mac and Windows keys) that match a search query, app, or category.
Scope Creep Tracker
Measure scope creep on a project and return the numbers a stakeholder report needs: original (baseline) effort, approved / pending / rejecte
Social Media Calendar Generator
Turn a list of planned social media posts into a content calendar: a CSV export (Date, Time, Platform, Content Type, Title, Description, Has
Sprint Capacity Calculator
Calculate a team's realistic sprint capacity in hours and story points.
Tech Debt Register
Analyze a technical debt register and return the stakeholder numbers: active vs resolved counts, total hours to fix, weekly "interest" cost