Articles · AI agent deep dives
The complete agent toolset, organized
A cheat-sheet of six tool families with common usage — perfect for copy-pasting into agent system prompts.
Kition Team·Feb 8, 2026·1 min read
Filesystem
- read_file / write_file / list_dir / search_files
- Use for: archiving, batch renames, content search
Execution
- run_command / apply_patch
- Use for: tests, git ops, scripts
Document
- document_patch / document_outline
- Use for: agent edits to drafts, outline generation
Web
- web_search / web_fetch / web_article_save
- Use for: research, clipping
Browser
- browser_open / browser_navigate / browser_search / browser_screenshot
- Use for: logged-in sites, dynamic content, UI screenshots
Tables
- data_table_records / data_table_add_records / data_table_query
- Use for: CRM, issue boards, content calendar
MCP
- list_mcp_resources / read_mcp_resource / tool_search
- Use for: Linear / Notion / GitHub / internal systems
Related reading
AI agent deep dives
The Kition AI agent in one map: what it can really do
Not just another "chatbot that writes emails." It runs commands, patches files, browses, talks to MCP, edits tables.
AI agent deep dives
Wire MCP servers into the agent: Linear / Notion / GitHub
One config block; the agent immediately gains every resource and tool the MCP server exposes.
