fetch
ChatGPTFetch full details for one process: hierarchy placement, current version, steps, policies, linked artifacts, and dependencies.
get_agent_builder_instructions
ChatGPTUse when the user wants to build a skill, agent, or automation with Klarity, or wants to explore, assess, or audit their organization's processes to find what is worth automating or improving. Also fires on vague asks like 'what can AI do for my team' when a Klarity workspace is connected - the instructions route the conversation from there.
get_agent_builder_resource
ChatGPTFetch a Klarity Agent Builder resource (reference, primitive, or template) by type and subtype. Returns the raw content payload and its version.
get_artifact_content
ChatGPTRetrieve artifact text content. mode='preview' (default) returns capped text up to ~15k tokens. mode='range' returns numbered lines with optional start_line/end_line slice (~5k tokens).
get_artifact_details
ChatGPTRetrieve artifact metadata and relationships.
get_hierarchy_node_details
ChatGPTInspect a process index item including parent, children, and linked process.
get_observation_citation
ChatGPTFetch the source evidence and session activity for a process observation. Returns the activity_timeline from the linked recording session, projected to a verbosity tier and optionally narrowed to a single block.
get_process_details
ChatGPTFetch process details. Default returns a summary with operational attributes. Pass scope options for heavier sections: - tasks: task/subtask/step tree - observations: recent executions, summary shape - dependencies: downstream processes - linked_artifacts: input/output/related artifact links - policies: policy text - history: prior version summaries
get_process_hierarchy
ChatGPTReturn the process hierarchy tree. Each node includes name, type, and children. Use max_depth to limit tree depth. Omit root to start from top-level.
get_process_observations
ChatGPTList recorded executions of a process. Each observation surfaces friction signals — where people struggled, what worked, why it was captured.
get_recent_process_changes
ChatGPTList recent process version changes across the workspace.
list_accessible_workspaces
ChatGPTList workspaces the authenticated user can access and show which is currently selected.
list_sessions
ChatGPTList recent workspace sessions with the processes they updated, duration, and the user who created each session.
search
ChatGPTSearch your organization's process index by semantic similarity. Run multiple searches with refined queries — single queries rarely cover broad topics. Use fetch for full process details; use get_process_hierarchy to browse the index.
search_artifact_text
ChatGPTSearch within one document by resource_key, returning surrounding-context matches. For multi-document retrieval, use search_artifacts.
search_artifacts
ChatGPTSearch artifacts using hybrid semantic + lexical retrieval. Returns ranked results with text snippets. Use get_artifact_content for the full document.
search_processes
ChatGPTSearch processes by name, objective, team, or semantic similarity. Returns ranked results combining keyword matches and semantic search.