All 10 pail tools are now shipped and running in production at pail.thalos.ai.
The full tool catalog:
- share — upload a file or folder and get a public URL with optional TTL, view limits, and access tokens
- ask — leave a question for the user that blocks until answered or TTL expires
- review — post a diff or patch for human approval before the agent proceeds
- diagram — render Mermaid, PlantUML, or D2 source to a clean image-first preview URL
- status — publish live progress on a long-running task with percent, log lines, and key-value pairs
- clipboard — stash a text snippet and pull it back later, ephemeral and burn-after-read by default
- inbox — a URL where you can drop async notes for the agent to pick up on its next run
- preview — host a static HTML bundle at a unique URL for build output, design mocks, and generated reports
- trace — render an agent run as a readable timeline with thoughts, tool calls, results, and a summary
- compare — show two artifacts side-by-side and optionally collect an A/B vote from the user
Every tool is a single MCP call that produces a URL. One bearer token covers all ten. Add pail to any MCP-capable agent in under a minute.