Skip to main content

Change velocity

Analyze the rate and distribution of changes across your knowledge base over a time period.
string
default:"30d"
Time window. Supports Nd (days), Nw (weeks), Nm (months).
integer
default:"20"
Max number of items in hot/cold spot lists.
string
Limit analysis to a subdirectory.
integer
Total commits in the period.
array
Most frequently changed pages.
array
Least recently changed pages.
array
Days with unusually high change counts.
integer
Pages with only one contributor.
Use velocity data to identify knowledge that’s churning (hot spots may need stabilization) and knowledge that’s stale (cold spots may need review).

Graph analytics

Structural analysis of the wiki-link graph using PageRank and connectivity metrics.
integer
default:"20"
Number of top pages to return.
integer
Total pages in the graph.
integer
Total wiki-link connections.
integer
Number of disconnected subgraphs.
integer
Pages in the largest connected component.
array
Pages with no incoming or outgoing links.
array
Highest PageRank pages with degree counts.
Returns 503 if the link indexer is not available.

Centrality, communities, path, and walk

Additional graph helpers live alongside /graph/analytics: See Utilities for response notes and error codes.

Suggestions

Get semantically similar pages for a given page, useful for “related pages” features and discovering missing links.
string
required
File path to find suggestions for.
integer
default:"5"
Max suggestions to return.
Already-linked pages are filtered out. Requires vector search to be enabled.

Embeddings

Retrieve the raw embedding vectors for a page’s chunks.
string
required
File path to retrieve embeddings for.
Returns 503 if vector search is not enabled.

Eligible tasks

Retrieve ranked actionable tasks inferred from frontmatter metadata — pages with status fields indicating they are available for work.
Useful for agents that need to pick up the next available task. MCP: kiwi_eligible.

Search evaluation

Benchmark your search quality against expected results.
number
Fraction of queries where the expected page appeared in top-5.
number
Mean Reciprocal Rank across all queries.
number
Average precision in the top-5 results.
Last modified on May 31, 2026