What Paperclip handles best
Paperclip excels at tasks that require planning, tool use, or cross-agent coordination:- Multi-step workflows — tasks with dependencies and ordered execution
- Infrastructure operations — provisioning, configuration, deployment
- Tool-heavy tasks — anything that needs MCP tools like ServiceNow, file systems, or custom integrations
- Delegation and assembly — breaking a broad goal into sub-tasks and assembling the results
Typical Paperclip workflow
Paperclip plans the work
Paperclip breaks your task into sub-tasks: query each node, evaluate disk usage, and conditionally open tickets.
Sub-agents execute
Engineer sub-agents run the node queries using MCP tools. If thresholds are exceeded, the ServiceNow tool opens tickets automatically.
Invoke Paperclip
Via API
With options
Example task delegation
The following example delegates a documentation-plus-deployment task. Paperclip routes the engineering steps to an Engineer sub-agent and the write-up to a Writer sub-agent:Supported MCP tools
Paperclip can invoke any tool registered in your MCP ecosystem. Commonly used tools include:- Filesystem — read, write, and traverse files on brain mesh nodes
- ServiceNow — create, update, and query incidents and change requests
- Docker — manage containers and compose stacks
- HTTP — make arbitrary API calls to internal or external services
- Jarvis custom tools — platform-specific tools for node management and model control