You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: drop tools excluded from public MCP — visualization, search_users, execute_query, all objective_*
Strip references to tools removed from the public MCP per the Claude
connector review: generate_process_diagram (visualization page deleted),
search_users (workspace row + common chain), execute_query (Raw SQL
section in the skill), and the full objective_* surface (already removed
from concept/tool reference earlier; remaining bundled-skill mentions
cleaned up here). Skill tools.md section letters renumbered A–G to stay
contiguous.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/tools/overview.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ Every workflow reduces to: **find the right process(es) → fetch detail → gat
15
15
|[Standard entry points](/tools/entry-points)|`search`, `fetch`| The default starting path for any process question |
16
16
|[Process Index](/tools/process-index)| Hierarchy navigation, process details, workspace lookup |`search` results feel sparse, or you need richer metadata than `fetch` returns |
17
17
|[Process observations](/tools/observations-and-changes)| Recent changes, observations, activity timelines | "What changed?", "what happened?", "why does this run this way?" |
18
-
|[Visualization](/tools/visualization)| Diagram generation | The user wants to see the flow |
19
18
|[Artifacts](/tools/artifacts)| Document search, content retrieval, video frames | The user names a document or recording |
20
19
|[Context Graph](/tools/context-graph)| Entities, communities, relationships, lineage | The question is relational |
21
20
|[Workspace](/tools/workspace)| List workspaces, switch active workspace, attribute configs | Orienting before drilling in, or switching context |
Copy file name to clipboardExpand all lines: docs/tools/workspace.mdx
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ icon: "building"
10
10
|`switch_mcp_workspace`|**Only write tool exposed in production.** Switch the active workspace. Only call when the customer explicitly asks. |
11
11
|`get_attribute_configurations`| Workspace-level attribute configs (custom fields, compliance attributes). Use when the customer asks about controls, compliance attributes, or process metadata schema. |
12
12
|`search_workspace_activity_or_sessions`| Recent workspace sessions as supporting evidence. |
13
-
|`search_users`| Find users in the workspace by name or other criteria. |
14
13
15
14
## Workspace switching
16
15
@@ -24,4 +23,3 @@ Customers configure custom attributes on processes (automation status, system of
24
23
25
24
-**Confirm workspace at start**: `list_accessible_workspaces` → only call `switch_mcp_workspace` if the user explicitly asks
26
25
-**Compliance audit**: `get_attribute_configurations` (read the schema) → walk the relevant hierarchy and filter by the attribute the user cares about
27
-
-**Find a process owner**: `search` for the process → `search_users` for the owner named on it → hand off to a [Calendar or Slack connector](/guides/chain-with-connectors) for action
Copy file name to clipboardExpand all lines: skills/klarity-process-context-graph/SKILL.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,6 @@ The Klarity MCP is the surface where a customer's AI agents pull organization-sp
46
46
47
47
-**Outcome: find the highest-leverage automation / transformation opportunities across our org.** A platform lead, AI architect, or transformation owner asks "where in our [P2P / O2C / close cycle / value stream] can we automate?" Walk the hierarchy under the value stream (often in parallel across many leaves), look for high-volume manual steps, exception patterns, and cross-process duplication. Surface a ranked candidate set with citable evidence.
48
48
-**Outcome: form a transformation thesis on a specific process or value stream.** The customer has zeroed in on a target. Build current-state, blast-radius, and dependency understanding; identify intervention points; ground the thesis in observations and graph relationships.
49
-
-**Outcome: continue in-flight transformation work without restarting.** The customer has an existing Advisor objective ("shorten close from 7 to 3 days", "find duplicate invoice processing across geographies"). Pull `get_objective_context_bundle` to load prior findings, actions, activity, and agent state — then build on it instead of starting cold.
50
49
51
50
See `tools.md` for end-to-end worked scenarios that compose many tools together for each of these outcomes.
-**Discover**: Companion (ambient capture from sessions) and Interviewer (AI-guided structured capture) generate the raw process knowledge. Agents read this via process / observation / artifact tools.
78
77
-**Structure**: The Process Index and Context Graph are the living, queryable map of the customer's organization. Agents navigate this via `search` / `fetch` / hierarchy / graph tools.
79
-
-**Improve**: Advisor analyzes thousands of processes simultaneously to surface improvement opportunities; Signals give individual-level feedback. Agents read in-flight transformation work via objective tools.
78
+
-**Improve**: Advisor analyzes thousands of processes simultaneously to surface improvement opportunities; Signals give individual-level feedback. Agents can scan the index in their own AI tools to surface candidates and form transformation theses, grounded in the same evidence.
80
79
81
80
The customer's question almost always maps to one of these stages. Use the catalog in `tools.md` to pick the right tool for the goal.
82
81
83
82
## Tool Catalog
84
83
85
-
The full PROD-allowed tool list, organized by use case with selection guidance, lives in `tools.md` (alongside this file). Read it when you need to pick a specific tool — it covers all 51 tools the Klarity MCP exposes in production and gives explicit "if the user asks X, call Y" patterns.
84
+
The full PROD-allowed tool list, organized by use case with selection guidance, lives in `tools.md` (alongside this file). Read it when you need to pick a specific tool — it covers every tool the Klarity MCP exposes in production and gives explicit "if the user asks X, call Y" patterns.
Copy file name to clipboardExpand all lines: skills/klarity-process-context-graph/tools.md
+10-70Lines changed: 10 additions & 70 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,15 +79,7 @@ Use these to pull the evidence trail behind a process.
79
79
80
80
---
81
81
82
-
## D. Process visualization
83
-
84
-
| Tool | When to use |
85
-
|---|---|
86
-
|`generate_process_diagram`| When the user asks to **see** a process — diagrams, BPMN, flows. Choose `BPMNDiagram` when roles/teams/ownership matter; `ProcessFlowDiagram` for plain step flow. |
87
-
88
-
---
89
-
90
-
## E. Artifacts — the source evidence
82
+
## D. Artifacts — the source evidence
91
83
92
84
Artifacts are the underlying documents, recordings, and source files behind
93
85
processes (BRDs, SOPs, video recordings, screenshots).
@@ -106,7 +98,7 @@ processes (BRDs, SOPs, video recordings, screenshots).
106
98
107
99
---
108
100
109
-
## F. Context Graph — relational map
101
+
## E. Context Graph — relational map
110
102
111
103
The Context Graph is the relational layer above the Process Index — entities
112
104
(systems, teams, controls), communities (clusters of related work),
@@ -127,34 +119,7 @@ relationships (handoffs, dependencies). Use when the question is **relational**:
127
119
128
120
---
129
121
130
-
## G. Objectives — Advisor & transformation tracking
131
-
132
-
Objectives represent **transformation work** the customer is driving with
133
-
Klarity Advisor (e.g., "shorten close from 7 to 3 days", "find duplicate
134
-
invoice processing across geographies"). Each objective accumulates findings,
135
-
actions, activity, and notes over time.
136
-
137
-
Use these when the customer asks about ongoing transformation work or wants to
138
-
build on prior analysis instead of starting from scratch.
139
-
140
-
| Tool | When to use |
141
-
|---|---|
142
-
|`get_objective`| Full objective by resource key. |
143
-
|`get_objective_action`| One specific action. |
144
-
|`get_objective_finding`| One specific finding. |
145
-
|`get_objective_note`| One specific note (agent notebook, user context, or run summary). |
146
-
|`list_objective_actions`| All actions for an objective. |
147
-
|`list_objective_findings`| All findings for an objective. |
148
-
|`list_objective_notes`| All notes for an objective. |
149
-
|`list_objective_activity`| Append-only activity log for an objective. |
150
-
|`get_objective_context_bundle`| The stitched bundle: objective + findings + actions + activity + notes + agent state. **Best one-call for orientation.**|
151
-
|`get_objective_analysis_input`| Top-of-run context bundle plus recent workspace evidence — what the Advisor agent itself sees at start of a run. |
152
-
|`get_objective_agent_state`| The persisted agent checkpoint. Use when resuming or debugging an Advisor run. |
153
-
|`list_objective_items_with_active_steering`| Findings/actions where the user has provided active steering feedback. |
154
-
155
-
---
156
-
157
-
## H. Workspace navigation
122
+
## F. Workspace navigation
158
123
159
124
| Tool | When to use |
160
125
|---|---|
@@ -163,15 +128,7 @@ build on prior analysis instead of starting from scratch.
163
128
164
129
---
165
130
166
-
## I. Raw SQL (advanced fallback)
167
-
168
-
| Tool | When to use |
169
-
|---|---|
170
-
|`execute_query`| Raw SQL against the workspace DB. **Last resort** — prefer the typed tools above. Useful when the customer asks an analytics question no typed tool covers. |
171
-
172
-
---
173
-
174
-
## J. Workspace attributes & sessions
131
+
## G. Workspace attributes & sessions
175
132
176
133
| Tool | When to use |
177
134
|---|---|
@@ -190,9 +147,7 @@ build on prior analysis instead of starting from scratch.
190
147
191
148
**"What depends on Z?" / "What is the impact?"** → `search_knowledge_graph` to find Z's entity → `get_downstream_dependencies` (impact) or `get_upstream_sources` (root cause / inputs).
192
149
193
-
**"Find improvement opportunities in our P2P value stream"** → `get_process_hierarchy_tree` (root: P2P node) → for each leaf: `get_process_details` → look for duplication, exception handling, missing controls. Surface as findings; offer to seed an objective.
194
-
195
-
**"Continue the transformation work we started"** → `list_accessible_workspaces` (right workspace?) → if there is an existing objective, `get_objective_context_bundle` to load full prior state, then build on it.
150
+
**"Find improvement opportunities in our P2P value stream"** → `get_process_hierarchy_tree` (root: P2P node) → for each leaf: `get_process_details` → look for duplication, exception handling, missing controls. Surface as a ranked candidate set with evidence.
196
151
197
152
---
198
153
@@ -276,9 +231,7 @@ should produce a concise, evidence-backed brief that the manager can act on.
276
231
6. Spot-check the top 2–3 emerging deviations:
277
232
`get_observation_activity_timeline` — drill into the actual session
278
233
for primary-source detail.
279
-
7. Optional: `generate_process_diagram` for processes the manager
280
-
wants to share with their team in a 1:1 or team meeting.
281
-
8. Synthesize: "Your team owns N processes. M changed in the last 30
234
+
7. Synthesize: "Your team owns N processes. M changed in the last 30
282
235
days. K are showing deviation patterns worth your attention. Here are
283
236
the top 3 with evidence."
284
237
@@ -307,16 +260,12 @@ hierarchy.
307
260
6.`get_attribute_configurations` — workspace attribute schema (look for
308
261
"automation status", "system of record", "control level" or similar
309
262
metadata that helps rank candidates).
310
-
7.`list_objective_findings` — has Advisor already analyzed this area?
311
-
Don't duplicate prior work.
312
-
8. If yes: `get_objective_context_bundle` — load prior thinking and
313
-
build on it. If no: surface the candidate set fresh.
314
-
9. For each top candidate:
263
+
7. For each top candidate:
315
264
-`get_process_observations` — confirm the deviation/manual pattern
316
265
with concrete evidence.
317
266
-`get_downstream_dependencies` — first cut at blast radius.
318
-
10. Synthesize a ranked candidate set: process IDs, observation counts,
319
-
dependency depth, similarity to known patterns, evidence trail.
267
+
8. Synthesize a ranked candidate set: process IDs, observation counts,
268
+
dependency depth, similarity to known patterns, evidence trail.
320
269
321
270
### Scenario 4 — Form a transformation thesis on a chosen process or value stream
322
271
@@ -355,13 +304,7 @@ evidence-grounded understanding before recommending changes.
355
304
11.`explore_graph_neighbors` to map the surrounding network.
356
305
12.`summarize_community_subgraph` if the process sits in a meaningful
357
306
community — gives a one-call overview of the surrounding work.
358
-
13.`list_objective_findings` — any prior Advisor thinking on this
359
-
process or value stream.
360
-
14. If yes: `get_objective_context_bundle` — load prior findings,
361
-
actions, steering. Build on them, don't start from scratch.
362
-
15. Optional: `generate_process_diagram` — produce a visual of current
363
-
state for the thesis document.
364
-
16. Synthesize a transformation thesis:
307
+
13. Synthesize a transformation thesis:
365
308
-**Current state:** how the process actually runs (cite
0 commit comments