Skip to main content
Most ChatGPT, Claude, and standard MCP clients will begin every Klarity interaction with one of these two tools.
ToolWhen to use
searchFirst call for almost any process question. Semantic search over the customer’s process index. Iterate — single queries rarely cover broad topics, and processes use organization-specific names.
fetchPull full details for one process by ID returned from search or hierarchy navigation: placement in the index, current version (steps, policies, linked artifacts), dependencies, history. Fetch dependency IDs to walk relationships.

The default loop

1

search

Query in the user’s words. Refine two to four times if results feel sparse.
2

fetch

Pull the matched process. Read steps, policies, linked artifacts, and dependencies.
3

Drill if needed

If fetch’s summary isn’t enough, drop into Process Index tools for the richer payload, then chain into observations and activity timelines for primary-source evidence.
If the user has already named a specific process or you have the ID from a prior call, go straight to fetch. If the user wants to browse rather than search, start with get_process_hierarchy instead.