Most ChatGPT, Claude, and standard MCP clients will begin every Klarity interaction with one of these two tools.Documentation Index
Fetch the complete documentation index at: https://developers.klarity.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Tool | When to use |
|---|---|
search | First 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. |
fetch | Pull full details for one process by ID returned from search or hierarchy navigation: placement in the index, current version (steps, policies, inputs, outputs), dependencies, history. Fetch dependency IDs to walk relationships. |
The default loop
Drill if needed
If
fetch’s summary isn’t enough, drop into Process Index tools for the richer payload, or chain into observations and the Context Graph for evidence and relationships.When to skip search
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_tree instead.
