Skip to main content

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.

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, inputs, outputs), 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, inputs, outputs, and dependencies.
3

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.
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.