Enums & filters
Canonical values for the enums and shared filters referenced across the tool reference. Tool rows link here rather than repeat these tables.
Entry types
Section titled “Entry types”The lens applied to a knowledge entry (entry_type / type). Types are lenses on one entry table, not separate schemas — see Knowledge entries & the graph.
| Value | Meaning |
|---|---|
WORK_OUTPUT | A completed piece of work (default for summarize_work). |
DECISION | A choice the org made and why. |
PROCESS | How something is done. |
CONTEXT | Background that explains other entries. |
CONTACT | A person record (one paired with every user). |
COMPANY | An organization record. |
Lifecycle
Section titled “Lifecycle”Where an entry sits in its review lifecycle.
| Value | Meaning |
|---|---|
INBOX | Captured, awaiting review (where summarize_work / summarize_conversation land). |
FILED | Accepted into the knowledge base. |
ARCHIVED | Retired from active results. |
Relation types
Section titled “Relation types”Edges in the knowledge graph, traversed by explore_knowledge (types filter). Auto-discovered between entries.
| Value | Meaning |
|---|---|
RELATED_TO | General association. |
SUPERSEDES | This entry replaces another (the older one is is_superseded). |
DERIVED_FROM | This entry was produced from another. |
REFERENCES | This entry cites another. |
WORKS_AT | Links a CONTACT to a COMPANY. |
Conversation status
Section titled “Conversation status”Status of an ask_expert conversation (returned by ask_expert, check_response, get_conversation).
| Value | Meaning |
|---|---|
PENDING | Created, not yet delivered. |
NOTIFIED | Delivered to the expert (over Slack). |
ACTIVE | Expert engaged; exchange in progress. |
CLOSED | Ended (e.g. via close_conversation). |
EXPIRED | Timed out with no reply. |
CANCELLED | Withdrawn before completion. |
Availability
Section titled “Availability”Expert availability on list_team members.
| Value | Meaning |
|---|---|
ONLINE | Available. |
AWAY | Not currently active. |
DND | Do not disturb. |
Search mode
Section titled “Search mode”The mode parameter on search_knowledge.
| Value | Meaning |
|---|---|
hybrid | Semantic + keyword combined. Default. |
semantic | Vector similarity only. |
keyword | Literal term matching only. |
threshold (similarity floor on search_knowledge) defaults to 0.55. Lower it to widen recall; raise it to tighten precision.
author
Section titled “author”The author filter (search_knowledge, list_knowledge, list_events, get_user_profile).
| Value | Meaning |
|---|---|
me | The authorized caller (resolved from the bearer token). |
<user_id> | A specific user’s UUID. |
Time-window filter accepted by search_knowledge, list_knowledge, list_events, and get_user_profile. (list_knowledge / list_events also accept until.)
| Form | Examples |
|---|---|
| Keyword | today, yesterday, this week |
| Relative | 7d, 30d, 90d |
| Absolute | ISO date, e.g. 2026-06-01 |
Work-event types
Section titled “Work-event types”The eventType filter on list_events / list_knowledge. Provider-specific; sample values:
| Value | Source |
|---|---|
pull_request_opened | GitHub |
pull_request_merged | GitHub |
pull_request_review_approved | GitHub |
task_created | ClickUp |
task_status_updated | ClickUp |
issue_created | Linear |
issue_completed | Linear |
calendar_event_scheduled | Google Calendar |
This is a representative sample, not the full set — new event types appear as sources emit them. Work events are an episodic ledger and are not semantically searchable; use list_events, not search_knowledge.
Expert roles & skills
Section titled “Expert roles & skills”role and skill filter ask_expert and list_team.
| Field | Stored shape | Notes |
|---|---|---|
role | Lowercase free text — e.g. engineer, pm, architect, devops, product manager | The web UI offers a preset list, but stored values are free-form lowercase strings. |
skill | Title-Case domain names — e.g. React, System Design, Product Strategy, Accessibility | Free text. The UI offers presets; match real stored shape when filtering. |