KAWA CODE MCP TOOLS

17 tools from the Kawa Code MCP MCP Server, categorised by risk level.

View the Kawa Code MCP policy →

READ TOOLS

11
check_active_intent REQUIRED: Call this tool BEFORE writing any code. Returns the currently active intent if one exists. If no active intent is set, you should ask th... detect_intent_conflicts Detect conflicts between your local decisions and team members' decisions. Call this before committing to check for potential conflicts. The tool... 2/5 get_intent_changes Get uncommitted changes in the repository along with the active intent info. Use this tool before prompting the user about committing to show: - T... get_intents_for_file Get all intents that have code blocks in this file. Use this before modifying a file to: - See what work is already in progress - Identify potenti... 2/5 get_intents_for_lines Get intents covering a specific line range. Use this before modifying specific lines to check for conflicts: - Warns if the lines overlap with ano... get_project_decisions Get all decisions recorded for a project across all intents. Use this to review the project's decision history: - See what architectural decisions... get_relevant_context Find context relevant to a specific user request. Use this when you need context that's specifically relevant to the current task, rather than all... get_session_decisions Get all decisions recorded in the current session for an intent. Use this before committing to review what decisions were captured during developm... infer_history Analyze git commit history to extract structured development knowledge (intents and decisions). Runs the full pipeline automatically: infer → evol... list_team_intents List all intents from team members for this repository. Use this to: - See what your team is working on - Check for potential overlapping work bef... record_decision Silently record a decision point during development. Call this tool when you: - Choose between multiple alternatives (type: fork) - Try an approac...

WRITE TOOLS

5

EXECUTE TOOLS

1
How many tools does the Kawa Code MCP MCP server have? +

The Kawa Code MCP MCP server exposes 17 tools across 3 categories: Read, Write, Execute.

How do I enforce policies on Kawa Code MCP tools? +

Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Kawa Code MCP server.

What risk categories do Kawa Code MCP tools fall into? +

Kawa Code MCP tools are categorised as Read (11), Write (5), Execute (1). Each category has a recommended default policy.

Enforce policies on Kawa Code MCP

Open source. One binary. Zero dependencies.

npx -y @policylayer/intercept
github.com/policylayer/intercept →
// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.