Toolkami

Blog

The best DX for

structured AI workflows.

7 MCP tools is all you need.

Following the UNIX philosophy - build upon a collection of minimal, composable tools that scales with LLM's capabilities.

Ask
human as tool
Browse
the web
File
operations
Shell
commands
+3 task-specific tools   Learn more >

Interleave non-deterministic AI behaviour with normal code execution.

Define your AI workflow in a declarative way in YAML.


name: create_tests
model: gpt-4.1

tools:
  - Kami::Tools::Grep
  - Kami::Tools::EditFile

steps:
  - git_diff: $(git diff)
  - Generate a list of tests to write based on the changes.
  - run_linter: $(rubocop)

Node-based Editor

For non-technical members to customize and test prompts.