Documentation Index
Fetch the complete documentation index at: https://docs.orinadus.com/llms.txt
Use this file to discover all available pages before exploring further.
Schema
Arguments
Project name or substring to match against. Case-insensitive. Matched against:
content(substring match)tags(any tag contains the substring)workspacepath (substring match)
Look back this many hours. Default is 168 (1 week).
Maximum number of results. Applied after time and content filtering.
Behaviour
- Reads all events from the journal.
- Filters to events within the
hourswindow. - Filters to events where
projectappears (case-insensitive) incontent, anytag, orworkspace. - Returns the most recent
limitmatching events, newest first.
urchin_search — it matches across multiple fields simultaneously, making it suitable for surfacing all activity related to a named project regardless of where the project name appears.
Success response
One line per matching event:Example calls
Error response
Difference from urchin_workspace_context
urchin_project_context matches on project name (content, tags, or workspace substring). Use it when you know the project name but not the exact workspace path.
urchin_workspace_context matches on the exact workspace path prefix — use it at the start of a coding session when you know the repo path.